1
0
mirror of https://github.com/r4sas/ExtraMirror synced 2025-01-10 06:48:01 +00:00
ExtraMirror/MiniBase/ValveSDK/wrect.h

9 lines
123 B
C
Raw Normal View History

2016-09-12 07:26:27 +00:00
#if !defined( WRECTH )
#define WRECTH
typedef struct rect_s
{
int left, right, top, bottom;
} wrect_t;
#endif