|
Uranus
1.0.1.0
Uranus is a GameEngine written in C++
|
Public Member Functions | |
| Rect (int x_, int y_, int width_, int height_) | |
| bool | operator!= (const Rect &rhs) const |
| bool | operator== (const Rect &rhs) const |
Data Fields | |
| int | height {} |
| int | width {} |
| int | x {} |
| int | y {} |