1
0
mirror of https://github.com/r4sas/ExtraMirror synced 2025-01-09 22:38:10 +00:00
ExtraMirror/MiniBase/ValveSDK/wrect.h
2016-09-12 10:26:27 +03:00

9 lines
123 B
C

#if !defined( WRECTH )
#define WRECTH
typedef struct rect_s
{
int left, right, top, bottom;
} wrect_t;
#endif