9 lines
123 B
C
9 lines
123 B
C
|
#if !defined( WRECTH )
|
||
|
#define WRECTH
|
||
|
|
||
|
typedef struct rect_s
|
||
|
{
|
||
|
int left, right, top, bottom;
|
||
|
} wrect_t;
|
||
|
|
||
|
#endif
|