about summary refs log tree commit diff
path: root/src/game/editor/ed_editor.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/editor/ed_editor.hpp
parentad9c1b0a22fb451f909d8f12510c560fa8889be2 (diff)
downloadzcatch-d15860e44f3cbe0c92add6acd24ace564442645d.tar.gz
zcatch-d15860e44f3cbe0c92add6acd24ace564442645d.zip
renamed gc_render* to render*
Diffstat (limited to 'src/game/editor/ed_editor.hpp')
-rw-r--r--src/game/editor/ed_editor.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/editor/ed_editor.hpp b/src/game/editor/ed_editor.hpp
index f879e3c0..44eb4664 100644
--- a/src/game/editor/ed_editor.hpp
+++ b/src/game/editor/ed_editor.hpp
@@ -7,7 +7,7 @@
 #include <math.h>
 #include "array.hpp"
 #include "../mapitems.hpp"
-#include "../client/gc_render.hpp"
+#include "../client/render.hpp"
 
 extern "C" {
 	#include <engine/e_client_interface.h>