mirror of
https://github.com/shawns-valve/halflife.git
synced 2024-11-21 20:11:14 +00:00
16 lines
No EOL
313 B
C
16 lines
No EOL
313 B
C
//========= Copyright © 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 |