about summary refs log tree commit diff
path: root/src/game/client/gameclient.cpp
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.cpp
parentad9c1b0a22fb451f909d8f12510c560fa8889be2 (diff)
downloadzcatch-d15860e44f3cbe0c92add6acd24ace564442645d.tar.gz
zcatch-d15860e44f3cbe0c92add6acd24ace564442645d.zip
renamed gc_render* to render*
Diffstat (limited to 'src/game/client/gameclient.cpp')
-rw-r--r--src/game/client/gameclient.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/client/gameclient.cpp b/src/game/client/gameclient.cpp
index 1b50a081..912a0c5d 100644
--- a/src/game/client/gameclient.cpp
+++ b/src/game/client/gameclient.cpp
@@ -4,7 +4,7 @@
 #include <game/generated/gc_data.hpp>
 
 #include <game/layers.hpp>
-#include "gc_render.hpp"
+#include "render.hpp"
 
 #include "gameclient.hpp"