amxmodx/hlsdk/dmc/cl_dll/wrect.h

16 lines
313 B
C
Raw Normal View History

2006-08-27 02:22:59 +00:00
//========= Copyright <20> 1996-2002, Valve LLC, All rights reserved. ============
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================
#if !defined( WRECTH )
#define WRECTH
typedef struct rect_s
{
int left, right, top, bottom;
} wrect_t;
#endif