Cavestory Mod API
|
Rect structure. More...
#include <CSMAPI_types.h>
Public Attributes | |
union { | |
int left | |
int front | |
}; | |
Left position (X) | |
int | top |
Top position (Y) | |
union { | |
int right | |
int back | |
}; | |
Right position (X + W) | |
int | bottom |
Bottom position (Y + H) | |
Rect structure.