From 906ece7894927983b8ac69e37dd3cb82cfe7aad1 Mon Sep 17 00:00:00 2001 From: Magnus Auvinen Date: Sat, 12 Jan 2008 17:09:00 +0000 Subject: continued the cleanup --- src/game/g_mapres_col.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/game/g_mapres_col.h') diff --git a/src/game/g_mapres_col.h b/src/game/g_mapres_col.h index a2aeaee5..3312ef8e 100644 --- a/src/game/g_mapres_col.h +++ b/src/game/g_mapres_col.h @@ -1,4 +1,8 @@ /* copyright (c) 2007 magnus auvinen, see licence.txt for more info */ +#ifndef GAME_MAPRES_COL_H +#define GAME_MAPRES_COL_H + + #include struct mapres_collision @@ -13,3 +17,5 @@ int col_check_point(int x, int y); int col_width(); int col_height(); bool col_intersect_line(vec2 pos0, vec2 pos1, vec2 *out); + +#endif -- cgit 1.4.1