diff options
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 |