diff options
Diffstat (limited to 'src/game/mapres_col.cpp')
| -rw-r--r-- | src/game/mapres_col.cpp | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/src/game/mapres_col.cpp b/src/game/mapres_col.cpp index d2f9d0c6..b25225e2 100644 --- a/src/game/mapres_col.cpp +++ b/src/game/mapres_col.cpp @@ -1,12 +1,11 @@ -#include <baselib/system.h> -#include <baselib/vmath.h> -#include <baselib/math.h> +#include <engine/system.h> +#include <game/vmath.h> +#include <game/math.h> +#include <math.h> #include "../engine/interface.h" #include "mapres_col.h" #include "mapres.h" -using namespace baselib; - /* Simple collision rutines! */ |