aboutsummaryrefslogtreecommitdiffstats
path: root/src/gameScreen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gameScreen.h')
-rw-r--r--src/gameScreen.h3
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);