aboutsummaryrefslogtreecommitdiff
path: root/src/howToPlayScreen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/howToPlayScreen.h')
-rw-r--r--src/howToPlayScreen.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/howToPlayScreen.h b/src/howToPlayScreen.h
deleted file mode 100644
index ff083e3..0000000
--- a/src/howToPlayScreen.h
+++ /dev/null
@@ -1,15 +0,0 @@
-#include "gameCommon.h"
-
-#ifndef HOW_TO_PLAY_SCREEN_H
-#define HOW_TO_PLAY_SCREEN_H
-
-typedef struct HowToPlayScreen {
- Rectangle goBackButton;
- Rectangle infoText;
-} HowToPlayScreen;
-
-void initHowToPlayScreen(Game * game);
-void updateHowToPlayScreen(Game * game);
-void resizeHowToPlayScreen(Game * game, HowToPlayScreen * howToPlayScreen);
-
-#endif