diff options
author | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-02-21 18:56:55 +0000 |
---|---|---|
committer | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-02-21 18:56:55 +0000 |
commit | 2ebbdb237a52551d4bb93fe2ab0778479765f9e8 (patch) | |
tree | d09a36e0eb5350e336276784566f12ed6be4bbb4 /src/gameScreen.h | |
parent | c11c0383fc4609dd67012d9e3aa44b7fa58c999c (diff) | |
download | PenguinYippies-2ebbdb237a52551d4bb93fe2ab0778479765f9e8.tar.gz PenguinYippies-2ebbdb237a52551d4bb93fe2ab0778479765f9e8.tar.bz2 PenguinYippies-2ebbdb237a52551d4bb93fe2ab0778479765f9e8.zip |
Looks like the demo
Diffstat (limited to 'src/gameScreen.h')
-rw-r--r-- | src/gameScreen.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gameScreen.h b/src/gameScreen.h index 45be947..0acf650 100644 --- a/src/gameScreen.h +++ b/src/gameScreen.h @@ -1,6 +1,7 @@ #include "gameCommon.h" #include "animation.h" #include "ui.h" +#include "clicky.h" #ifndef GAME_SCREEN_H #define GAME_SCREEN_H @@ -15,6 +16,8 @@ typedef struct GameScreen { TexturedButton achievementsButton; TexturedButton rebirthButton; TexturedButton statisticsButton; + + Clicky penguinLol; } GameScreen; void initGameScreen(GameScreen* gameScreen, Game* game); |