ns/dev/performance-3.0.5/source/cl_dll/wrect.h
2005-06-29 13:51:58 +00: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