aboutsummaryrefslogtreecommitdiffstats
path: root/src/gameScreen.h
diff options
context:
space:
mode:
authornathansmith117 <thenathansmithsmith@gmail.com>2024-02-22 22:37:18 +0000
committernathansmith117 <thenathansmithsmith@gmail.com>2024-02-22 22:37:18 +0000
commit8409c0fef6be37b3b5081402c1669207a1dc9ca3 (patch)
tree74a35a59860450e4915d01c8313545a242d87747 /src/gameScreen.h
parent23707911599413826ee20044cf4eeecbb8e3bdb7 (diff)
downloadPenguinYippies-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.h2
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);