about summary refs log tree commit diff
path: root/src/game/client/gameclient.hpp
diff options
context:
space:
mode:
authorMagnus Auvinen <magnus.auvinen@gmail.com>2008-10-20 23:46:39 +0000
committerMagnus Auvinen <magnus.auvinen@gmail.com>2008-10-20 23:46:39 +0000
commitd15860e44f3cbe0c92add6acd24ace564442645d (patch)
treee0763557279c211b032b18d3b2773e4a073752cd /src/game/client/gameclient.hpp
parentad9c1b0a22fb451f909d8f12510c560fa8889be2 (diff)
downloadzcatch-d15860e44f3cbe0c92add6acd24ace564442645d.tar.gz
zcatch-d15860e44f3cbe0c92add6acd24ace564442645d.zip
renamed gc_render* to render*
Diffstat (limited to 'src/game/client/gameclient.hpp')
-rw-r--r--src/game/client/gameclient.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/gameclient.hpp b/src/game/client/gameclient.hpp
index d2a12099..c93a9168 100644
--- a/src/game/client/gameclient.hpp
+++ b/src/game/client/gameclient.hpp
@@ -1,7 +1,7 @@
 
 #include <base/vmath.hpp>
 #include <game/gamecore.hpp>
-#include "gc_render.hpp"
+#include "render.hpp"
 
 class GAMECLIENT
 {