From d15860e44f3cbe0c92add6acd24ace564442645d Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Mon, 20 Oct 2008 23:46:39 +0000 Subject: renamed gc_render* to render* --- src/game/editor/ed_editor.cpp | 2 +- src/game/editor/ed_editor.hpp | 2 +- src/game/editor/ed_layer_quads.cpp | 2 +- src/game/editor/ed_layer_tiles.cpp | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src/game/editor') 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 #include -#include +#include #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 #include "array.hpp" #include "../mapitems.hpp" -#include "../client/gc_render.hpp" +#include "../client/render.hpp" extern "C" { #include 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 -#include +#include 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 #include -#include +#include #include "ed_editor.hpp" LAYER_TILES::LAYER_TILES(int w, int h) -- cgit 1.4.1