diff options
Diffstat (limited to 'src/gameCommon.h')
-rw-r--r-- | src/gameCommon.h | 1 |
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> |