1
0
mirror of https://github.com/r4sas/ExtraMirror synced 2025-01-19 03:00:05 +00:00
shelru 8f253142a7 Update ValveSDK
Update ValveSDK
2016-08-31 09:44:59 +03:00

9 lines
123 B
C

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