|
Archeus 0.0.0
A C library and game engine that focuses on documentation
|
#include <rectangle.h>
Data Fields | |
| int32_t | x |
| int32_t | y |
| int32_t | w |
| int32_t | h |
Definition at line 12 of file rectangle.h.
| int32_t ARC_Rect::h |
Definition at line 16 of file rectangle.h.
| int32_t ARC_Rect::w |
Definition at line 15 of file rectangle.h.
| int32_t ARC_Rect::x |
Definition at line 13 of file rectangle.h.
| int32_t ARC_Rect::y |
Definition at line 14 of file rectangle.h.