diff options
author | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-02-16 18:11:02 +0000 |
---|---|---|
committer | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-02-16 18:11:02 +0000 |
commit | 5d1e44f80cd2fc8ebfb56096d9b2e82dee3ce39f (patch) | |
tree | be9b1e327c1c4063f06d67d996d57b8fd0795f8b /src/gameCommon.h | |
parent | 2150113f50b5a51b74594310d12cca55b9886e14 (diff) | |
download | PenguinYippies-5d1e44f80cd2fc8ebfb56096d9b2e82dee3ce39f.tar.gz PenguinYippies-5d1e44f80cd2fc8ebfb56096d9b2e82dee3ce39f.tar.bz2 PenguinYippies-5d1e44f80cd2fc8ebfb56096d9b2e82dee3ce39f.zip |
Working on textured button
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 c46671c..ceca8b8 100644 --- a/src/gameCommon.h +++ b/src/gameCommon.h @@ -1,6 +1,7 @@ #include <stdio.h> #include <stdlib.h> #include <math.h> +#include <string.h> #include <raylib.h> #include <raymath.h> |