diff options
Diffstat (limited to 'src/gameScreen.h')
-rw-r--r-- | src/gameScreen.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/gameScreen.h b/src/gameScreen.h index 5c9953d..e25af53 100644 --- a/src/gameScreen.h +++ b/src/gameScreen.h @@ -18,13 +18,6 @@ typedef struct GameScreen { TexturedButton toGameButton; TexturedButton toEmperorsEmporiumButton; - // The little button panel at the bottom. - Animation buttonPanelSharedAnimation; - TexturedButton upgradesButton; - TexturedButton achievementsButton; - TexturedButton rebirthButton; - TexturedButton statisticsButton; - Shop shop; } GameScreen; |