diff options
Diffstat (limited to 'src/game/mapres_col.h')
| -rw-r--r-- | src/game/mapres_col.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/game/mapres_col.h b/src/game/mapres_col.h index 83690577..bc23d4d6 100644 --- a/src/game/mapres_col.h +++ b/src/game/mapres_col.h @@ -1,4 +1,4 @@ -#include <baselib/vmath.h> +#include <game/vmath.h> struct mapres_collision { @@ -9,4 +9,4 @@ struct mapres_collision int col_init(int dividor); int col_check_point(int x, int y); -bool col_intersect_line(baselib::vec2 pos0, baselib::vec2 pos1, baselib::vec2 *out); +bool col_intersect_line(vec2 pos0, vec2 pos1, vec2 *out); |