diff options
author | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-02-14 23:05:18 +0000 |
---|---|---|
committer | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-02-14 23:05:18 +0000 |
commit | adf3b7635326af20e0e77d37c080ef08c64e9e91 (patch) | |
tree | 70e0b0144bccec31af7dc3f667dc73aa2c31c20c /src/gameCommon.h | |
parent | 63e4506ce8c21392e99c428afe2b285f12f78c00 (diff) | |
download | PenguinYippies-adf3b7635326af20e0e77d37c080ef08c64e9e91.tar.gz PenguinYippies-adf3b7635326af20e0e77d37c080ef08c64e9e91.tar.bz2 PenguinYippies-adf3b7635326af20e0e77d37c080ef08c64e9e91.zip |
Screens added
Diffstat (limited to 'src/gameCommon.h')
-rw-r--r-- | src/gameCommon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gameCommon.h b/src/gameCommon.h index c825873..fd6f999 100644 --- a/src/gameCommon.h +++ b/src/gameCommon.h @@ -11,6 +11,6 @@ #ifndef GAME_COMMON_H #define GAME_COMMON_H -typedef struct Game game; +typedef struct Game Game; #endif |