|
Tileson 1.4.0
A helpful json parser for Tiled maps
|
#include <Rect.hpp>
Public Member Functions | |
| Rect ()=default | |
| Rect (int x_, int y_, int width_, int height_) | |
| bool | operator== (const Rect &rhs) const |
| bool | operator!= (const Rect &rhs) const |
Public Attributes | |
| int | x {} |
| int | y {} |
| int | width {} |
| int | height {} |
|
inlinedefault |
|
inline |
|
inline |
|
inline |
| int tson::Rect::height {} |
| int tson::Rect::width {} |
| int tson::Rect::x {} |
| int tson::Rect::y {} |