This website works better with JavaScript
Domovská stránka
Prehľadávať
Pomoc
Prihlásiť sa
kjhammerle
/
gaming-core
Pridať medzi pozorované
1
Hviezda
0
Fork
0
Súbory
Issues
0
Pull requesty
0
Wiki
Strom:
bb4b4f1a41
Branche
Tagy
master
gaming-core
/
utils
/
Size.cpp
Size.cpp
93 B
História
Raw
1
2
3
4
#include "utils/Size.h"
Size::Size(int width, int height) : width(width), height(height) {
}