This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
kjhammerle
/
old-gaming-core
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
ce80f29511
Haarat
Tagit
master
old-gaming-core
/
utils
/
Size.cpp
Size.cpp
93 B
Historia
Raaka
1
2
3
4
#
include
"utils/Size.h"
Size::Size(
int
width,
int
height) : width(width), height(height) {
}