diff options
author | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-02-22 22:37:18 +0000 |
---|---|---|
committer | nathansmith117 <thenathansmithsmith@gmail.com> | 2024-02-22 22:37:18 +0000 |
commit | 8409c0fef6be37b3b5081402c1669207a1dc9ca3 (patch) | |
tree | 74a35a59860450e4915d01c8313545a242d87747 /src/gameScreen.h | |
parent | 23707911599413826ee20044cf4eeecbb8e3bdb7 (diff) | |
download | PenguinYippies-8409c0fef6be37b3b5081402c1669207a1dc9ca3.tar.gz PenguinYippies-8409c0fef6be37b3b5081402c1669207a1dc9ca3.tar.bz2 PenguinYippies-8409c0fef6be37b3b5081402c1669207a1dc9ca3.zip |
Working on clicky list
Diffstat (limited to 'src/gameScreen.h')
-rw-r--r-- | src/gameScreen.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gameScreen.h b/src/gameScreen.h index 0acf650..58e534c 100644 --- a/src/gameScreen.h +++ b/src/gameScreen.h @@ -16,8 +16,6 @@ typedef struct GameScreen { TexturedButton achievementsButton; TexturedButton rebirthButton; TexturedButton statisticsButton; - - Clicky penguinLol; } GameScreen; void initGameScreen(GameScreen* gameScreen, Game* game); |