diff options
Diffstat (limited to 'src/game/g_mapres_col.h')
| -rw-r--r-- | src/game/g_mapres_col.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/g_mapres_col.h b/src/game/g_mapres_col.h index 5d4427ab..a2aeaee5 100644 --- a/src/game/g_mapres_col.h +++ b/src/game/g_mapres_col.h @@ -10,4 +10,6 @@ struct mapres_collision int col_init(int dividor); int col_check_point(int x, int y); +int col_width(); +int col_height(); bool col_intersect_line(vec2 pos0, vec2 pos1, vec2 *out); |