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 003f66b..5c9953d 100644
--- a/src/gameScreen.h
+++ b/src/gameScreen.h
@@ -2,6 +2,7 @@
#include "animation.h"
#include "ui.h"
#include "clicky.h"
+#include "shop.h"
#ifndef GAME_SCREEN_H
#define GAME_SCREEN_H
@@ -23,6 +24,8 @@ typedef struct GameScreen {
TexturedButton achievementsButton;
TexturedButton rebirthButton;
TexturedButton statisticsButton;
+
+ Shop shop;
} GameScreen;
void initGameScreen(GameScreen* gameScreen, Game* game);