aboutsummaryrefslogtreecommitdiff
path: root/mp/src/game/server/hl2mp/hl2mp_gameinterface.h
diff options
context:
space:
mode:
Diffstat (limited to 'mp/src/game/server/hl2mp/hl2mp_gameinterface.h')
-rw-r--r--mp/src/game/server/hl2mp/hl2mp_gameinterface.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/mp/src/game/server/hl2mp/hl2mp_gameinterface.h b/mp/src/game/server/hl2mp/hl2mp_gameinterface.h
new file mode 100644
index 00000000..fcadc471
--- /dev/null
+++ b/mp/src/game/server/hl2mp/hl2mp_gameinterface.h
@@ -0,0 +1,10 @@
+//========= Copyright Valve Corporation, All rights reserved. ============//
+#ifndef HL2MP_GAMEINTERFACE_H
+#define HL2MP_GAMEINTERFACE_H
+#ifdef _WIN32
+#pragma once
+#endif
+
+#include "gameinterface.h"
+
+#endif \ No newline at end of file