summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-08-07 18:16:43 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-08-07 18:16:43 (GMT)
commit0ef9519bab8a49956942608819aec31ee4463bbd (patch)
tree0d079b86676f801eb4899fe6fe961613fec2079f /src
parentbc1c967a6bb4a21893eea0447c800ffef407e38f (diff)
downloadpowder-0ef9519bab8a49956942608819aec31ee4463bbd.zip
powder-0ef9519bab8a49956942608819aec31ee4463bbd.tar.gz
Actual intro text
Diffstat (limited to 'src')
-rw-r--r--src/game/GameView.h2
-rw-r--r--src/interface/Keys.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/src/game/GameView.h b/src/game/GameView.h
index 7cb8d6b..9fedb1c 100644
--- a/src/game/GameView.h
+++ b/src/game/GameView.h
@@ -42,6 +42,8 @@ private:
bool ctrlBehaviour;
bool altBehaviour;
bool showHud;
+ int introText;
+ std::string introTextMessage;
int toolIndex;
int infoTipPresence;
diff --git a/src/interface/Keys.h b/src/interface/Keys.h
index 685f240..b18a4c3 100644
--- a/src/interface/Keys.h
+++ b/src/interface/Keys.h
@@ -27,6 +27,8 @@
#define KEY_s SDLK_s
#define KEY_w SDLK_w
+#define KEY_F1 SDLK_F1
+
#define BUTTON_LEFT SDL_BUTTON_LEFT
#define BUTTON_MIDDLE SDL_BUTTON_MIDDLE
#define BUTTON_RIGHT SDL_BUTTON_RIGHT