This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
kjhammerle
/
gaming-core
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
bb4b4f1a41
Ramuri
Etichete
master
gaming-core
/
utils
/
Size.cpp
Size.cpp
93 B
Istoric
Crud
1
2
3
4
#include "utils/Size.h"
Size::Size(int width, int height) : width(width), height(height) {
}