about summary refs log tree commit diff
path: root/src/game/g_game.h
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-01-12 17:09:00 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-01-12 17:09:00 +0000
commit906ece7894927983b8ac69e37dd3cb82cfe7aad1 (patch)
treec3e83b60f04c5f26975106d807ad5185d20827be /src/game/g_game.h
parent99f0a47d6b03b005d0a7dae064cb6eb7cb4f60b5 (diff)
downloadzcatch-906ece7894927983b8ac69e37dd3cb82cfe7aad1.tar.gz
zcatch-906ece7894927983b8ac69e37dd3cb82cfe7aad1.zip
continued the cleanup
Diffstat (limited to 'src/game/g_game.h')
-rw-r--r--src/game/g_game.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/game/g_game.h b/src/game/g_game.h
index 70a15a19..0e405260 100644
--- a/src/game/g_game.h
+++ b/src/game/g_game.h
@@ -1,4 +1,7 @@
 /* copyright (c) 2007 magnus auvinen, see licence.txt for more info */
+#ifndef GAME_GAME_H
+#define GAME_GAME_H
+
 #include <engine/e_system.h>
 #include <game/g_math.h>
 #include <math.h>
@@ -169,3 +172,5 @@ enum
 	ITEM_ARMOR=0x00030001,
 	ITEM_NINJA=0x00040001,
 };
+
+#endif