|
R-Type
1.0.1.0
Rewrite of the R-Type game with networking ability
|
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 {} |