From 817f431377c7f1545621ff597c018b133651e991 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Thu, 14 Aug 2008 17:19:13 +0000 Subject: moved out e_system, e_detect, vmath and math to a little base library --- src/game/editor/ed_editor.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/game/editor/ed_editor.hpp') diff --git a/src/game/editor/ed_editor.hpp b/src/game/editor/ed_editor.hpp index dbca4a0e..a8e8815b 100644 --- a/src/game/editor/ed_editor.hpp +++ b/src/game/editor/ed_editor.hpp @@ -1,14 +1,15 @@ /* copyright (c) 2007 magnus auvinen, see licence.txt for more info */ +#include +#include + #include #include #include "array.hpp" #include "../g_mapitems.hpp" -#include "../g_math.hpp" #include "../client/gc_render.hpp" extern "C" { - #include #include #include #include -- cgit 1.4.1