Cavestory Mod API
Public Attributes | List of all members
RECT Struct Reference

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)
 

Detailed Description

Rect structure.

Examples
BulletAct.cpp.

The documentation for this struct was generated from the following file: