diff options
Diffstat (limited to 'game/client/clientmode.h')
| -rw-r--r-- | game/client/clientmode.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/game/client/clientmode.h b/game/client/clientmode.h new file mode 100644 index 0000000..b4d9350 --- /dev/null +++ b/game/client/clientmode.h @@ -0,0 +1,20 @@ +//========= Copyright Valve Corporation, All rights reserved. ============// +// +// Purpose: +// +// $NoKeywords: $ +// +//=============================================================================// + +#ifndef CLIENTMODE_H +#define CLIENTMODE_H + +#include "iclientmode.h" + +typedef struct +{ + char *name; + bool draw; +} ModeElements; + +#endif |