about summary refs log tree commit diff
path: root/src/game/client/gc_hooks.cpp
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-08-17 08:52:24 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-08-17 08:52:24 +0000
commitd711dd190cac809a9bd278fba03ed974812bb863 (patch)
tree00300227625894bcf1e162be2a15e30b77807542 /src/game/client/gc_hooks.cpp
parent16912026dbdd7dc9e238492d9d83e37270ae4f06 (diff)
downloadzcatch-d711dd190cac809a9bd278fba03ed974812bb863.tar.gz
zcatch-d711dd190cac809a9bd278fba03ed974812bb863.zip
continued with clean up
Diffstat (limited to 'src/game/client/gc_hooks.cpp')
-rw-r--r--src/game/client/gc_hooks.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/game/client/gc_hooks.cpp b/src/game/client/gc_hooks.cpp
index 5d9570fb..8db0995f 100644
--- a/src/game/client/gc_hooks.cpp
+++ b/src/game/client/gc_hooks.cpp
@@ -9,10 +9,10 @@ extern "C" {
 };
 
 #include <game/generated/gc_data.hpp>
-#include <game/g_game.hpp>
-#include <game/g_version.hpp>
+#include <game/gamecore.hpp>
+#include <game/version.hpp>
 
-#include <game/g_layers.hpp>
+#include <game/layers.hpp>
 
 #include "gc_client.hpp"
 #include "gc_skin.hpp"