mirror of
https://github.com/r4sas/ExtraMirror
synced 2025-01-09 22:38:10 +00:00
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 |