about summary refs log tree commit diff
path: root/src/game/server/gameworld.hpp
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-08-14 18:42:47 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-08-14 18:42:47 +0000
commit78c089c0eae503822c7f1025aefcf02529b13723 (patch)
tree10c8767ef1006a09c9ca228770f1ce86b45cbccb /src/game/server/gameworld.hpp
parenta420eb543f8206730aebb80e60a625f7204694e4 (diff)
downloadzcatch-78c089c0eae503822c7f1025aefcf02529b13723.tar.gz
zcatch-78c089c0eae503822c7f1025aefcf02529b13723.zip
last of the game server clean up. now it's done
Diffstat (limited to 'src/game/server/gameworld.hpp')
-rw-r--r--src/game/server/gameworld.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/game/server/gameworld.hpp b/src/game/server/gameworld.hpp
index 76b39d23..de441f8d 100644
--- a/src/game/server/gameworld.hpp
+++ b/src/game/server/gameworld.hpp
@@ -1,4 +1,9 @@
+#ifndef GAME_SERVER_GAMEWORLD_H
+#define GAME_SERVER_GAMEWORLD_H
 
+#include <game/g_game.hpp>
+
+class ENTITY;
 class CHARACTER;
 
 /*
@@ -124,3 +129,5 @@ public:
 	*/
 	void tick();
 };
+
+#endif