diff options
Diffstat (limited to 'src/game/editor/ed_editor.hpp')
| -rw-r--r-- | src/game/editor/ed_editor.hpp | 2 |
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> |