diff options
Diffstat (limited to 'include')
-rwxr-xr-x | include/game.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/game.h b/include/game.h index 54cd027..465bbd4 100755 --- a/include/game.h +++ b/include/game.h @@ -2135,6 +2135,9 @@ namespace m2d { }
+extern "C" float fmod(float, float);
+bool RectanglesOverlap(Vec *bl1, Vec *tr1, Vec *bl2, Vec *tr2);
+
/* Tilemap related stuff */
class TilemapClass {
|