aboutsummaryrefslogtreecommitdiff
path: root/engines/wage/world.h
diff options
context:
space:
mode:
authorEugene Sandulenko2016-01-14 13:43:42 +0100
committerEugene Sandulenko2016-01-14 13:43:42 +0100
commit0c6b063f1ef472a11ddc3714f720ffc4be697739 (patch)
treea7e1971127913eaf5734f6672d322fd167c78d58 /engines/wage/world.h
parent3dc92233997b86990665fee972487faf5de99bde (diff)
downloadscummvm-rg350-0c6b063f1ef472a11ddc3714f720ffc4be697739.tar.gz
scummvm-rg350-0c6b063f1ef472a11ddc3714f720ffc4be697739.tar.bz2
scummvm-rg350-0c6b063f1ef472a11ddc3714f720ffc4be697739.zip
WAGE: Generate Commands menu
Diffstat (limited to 'engines/wage/world.h')
-rw-r--r--engines/wage/world.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/engines/wage/world.h b/engines/wage/world.h
index a79d30cff9..2d2a16de41 100644
--- a/engines/wage/world.h
+++ b/engines/wage/world.h
@@ -95,6 +95,10 @@ public:
Common::String *_saveBeforeCloseMessage;
Common::String *_revertMessage;
+ Common::String _commandsMenuName;
+ Common::String _commandsMenu;
+ Common::String _weaponsMenuName;
+
void addScene(Scene *room) {
if (room->_name.size() != 0) {
String s = room->_name;
@@ -128,7 +132,7 @@ public:
}
private:
- Common::StringArray readMenu(Common::SeekableReadStream *res);
+ Common::StringArray *readMenu(Common::SeekableReadStream *res);
};
} // End of namespace Wage