This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Pierakstīties
kjhammerle
/
gaming-core
Vērot
1
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Izmaiņu pieprasījumi
0
Vikivietne
Koks:
3d86c46953
Atzari
Tagi
master
gaming-core
/
utils
/
Size.cpp
Size.cpp
93 B
Vēsture
Neapstrādāts
1
2
3
4
#include "utils/Size.h"
Size::Size(int width, int height) : width(width), height(height) {
}