NS/main/source/cl_dll/wrect.h
2014-12-16 14:36:27 +01:00

9 lines
No EOL
123 B
C

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