about summary refs log tree commit diff
path: root/src/game/editor
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/editor')
-rw-r--r--src/game/editor/ed_editor.cpp2
-rw-r--r--src/game/editor/ed_editor.hpp2
-rw-r--r--src/game/editor/ed_layer_quads.cpp2
-rw-r--r--src/game/editor/ed_layer_tiles.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/game/editor/ed_editor.cpp b/src/game/editor/ed_editor.cpp
index b62233dc..a7110a3b 100644
--- a/src/game/editor/ed_editor.cpp
+++ b/src/game/editor/ed_editor.cpp
@@ -14,7 +14,7 @@ extern "C" {
 
 #include <game/client/ui.hpp>
 #include <game/gamecore.hpp>
-#include <game/client/gc_render.hpp>
+#include <game/client/render.hpp>
 
 #include "ed_editor.hpp"
 
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>
diff --git a/src/game/editor/ed_layer_quads.cpp b/src/game/editor/ed_layer_quads.cpp
index a6e49248..bfdacbfd 100644
--- a/src/game/editor/ed_layer_quads.cpp
+++ b/src/game/editor/ed_layer_quads.cpp
@@ -2,7 +2,7 @@
 
 #include "ed_editor.hpp"
 #include <game/generated/gc_data.hpp>
-#include <game/client/gc_render.hpp>
+#include <game/client/render.hpp>
 
 LAYER_QUADS::LAYER_QUADS()
 {
diff --git a/src/game/editor/ed_layer_tiles.cpp b/src/game/editor/ed_layer_tiles.cpp
index 8f4c8660..80ccaa3a 100644
--- a/src/game/editor/ed_layer_tiles.cpp
+++ b/src/game/editor/ed_layer_tiles.cpp
@@ -1,7 +1,7 @@
 #include <base/math.hpp>
 
 #include <game/generated/gc_data.hpp>
-#include <game/client/gc_render.hpp>
+#include <game/client/render.hpp>
 #include "ed_editor.hpp"
 
 LAYER_TILES::LAYER_TILES(int w, int h)