aboutsummaryrefslogtreecommitdiff
path: root/src/gameCommon.h
diff options
context:
space:
mode:
authornathansmithsmith <nathansmith7@mailfence.com>2023-08-03 00:11:48 -0600
committernathansmithsmith <nathansmith7@mailfence.com>2023-08-03 00:11:48 -0600
commit6d7842484434d1d3f4265194ba87db6afff3186b (patch)
tree07d9307c500ae47c9c250a2cb8ec24104c78a94b /src/gameCommon.h
parent7259478c55bcf1eb717ee1b846522121ef5fd7f3 (diff)
Working on circle thingy
Diffstat (limited to 'src/gameCommon.h')
-rw-r--r--src/gameCommon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gameCommon.h b/src/gameCommon.h
index 0f2a049..0186e35 100644
--- a/src/gameCommon.h
+++ b/src/gameCommon.h
@@ -7,6 +7,7 @@
#include <ctype.h>
#include <stdbool.h>
#include <limits.h>
+#include <float.h>
#include <raylib.h>
#include <raymath.h>