aboutsummaryrefslogtreecommitdiff
path: root/mp/src/game/client/clientmode.h
diff options
context:
space:
mode:
Diffstat (limited to 'mp/src/game/client/clientmode.h')
-rw-r--r--mp/src/game/client/clientmode.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/mp/src/game/client/clientmode.h b/mp/src/game/client/clientmode.h
new file mode 100644
index 00000000..3a55941e
--- /dev/null
+++ b/mp/src/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