halflife-thewastes-sdk/cl_dll/wrect.h

16 lines
328 B
C
Raw Normal View History

2001-11-08 00:00:00 +00:00
//========= Copyright <20> 1996-2001, Valve LLC, All rights reserved. ============
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================
2000-06-05 00:00:00 +00:00
#if !defined( WRECTH )
#define WRECTH
typedef struct rect_s
{
int left, right, top, bottom;
} wrect_t;
#endif