00001 #ifndef _RECT_H_ 00002 #define _RECT_H_ 00003 00004 namespace WoopsiUI { 00005 00009 typedef struct { 00010 s16 x; 00011 s16 y; 00012 s32 width; 00013 s32 height; 00014 } Rect; 00015 } 00016 00017 #endif