aboutsummaryrefslogtreecommitdiff
path: root/gui/walkthrough.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/walkthrough.h')
-rw-r--r--gui/walkthrough.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/gui/walkthrough.h b/gui/walkthrough.h
index 2162156ba6..380f350529 100644
--- a/gui/walkthrough.h
+++ b/gui/walkthrough.h
@@ -51,17 +51,19 @@ private:
EntryList _linesArray;
ScrollBarWidget *_scrollBar;
+ char _gameName[30];
float _widthPercent, _heightPercent;
+ bool loadWalkthroughText();
void reflowLayout();
- bool loadWalkthroughText(const char *gameName);
public:
WalkthroughDialog(float widthPercent, float heightPercent);
~WalkthroughDialog();
- void create(const char *gameName);
+ void setGameName(const char *gameName);
+ void create();
void destroy();
void open();
void drawDialog();