aboutsummaryrefslogtreecommitdiffstats
path: root/src/gameCommon.h
diff options
context:
space:
mode:
authornathansmith117 <thenathansmithsmith@gmail.com>2024-03-11 18:24:16 +0000
committernathansmith117 <thenathansmithsmith@gmail.com>2024-03-11 18:24:16 +0000
commit694efe00e1e01af8534672b60970a3e0555e5f34 (patch)
tree4ea7fe8da78627f4f24b4d5447ce92c91b4715ea /src/gameCommon.h
parentdb67be702a0254df3284832f011217a421428bd1 (diff)
downloadPenguinYippies-694efe00e1e01af8534672b60970a3e0555e5f34.tar.gz
PenguinYippies-694efe00e1e01af8534672b60970a3e0555e5f34.tar.bz2
PenguinYippies-694efe00e1e01af8534672b60970a3e0555e5f34.zip
Clicky buying working
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 ceca8b8..d0e8284 100644
--- a/src/gameCommon.h
+++ b/src/gameCommon.h
@@ -2,6 +2,7 @@
#include <stdlib.h>
#include <math.h>
#include <string.h>
+#include <time.h>
#include <raylib.h>
#include <raymath.h>