aboutsummaryrefslogtreecommitdiff
path: root/engines/mads/nebular/game_nebular.h
diff options
context:
space:
mode:
authorStrangerke2014-03-23 11:34:12 +0100
committerStrangerke2014-03-23 11:34:12 +0100
commit8dd9dab76c2290a33289ffcc1e1a5582c9550bb4 (patch)
treeffee187232da3f76eb1b459091e381ecc74dc102 /engines/mads/nebular/game_nebular.h
parent0b351f79d8ad874ce07fed54eb745a277da28edc (diff)
downloadscummvm-rg350-8dd9dab76c2290a33289ffcc1e1a5582c9550bb4.tar.gz
scummvm-rg350-8dd9dab76c2290a33289ffcc1e1a5582c9550bb4.tar.bz2
scummvm-rg350-8dd9dab76c2290a33289ffcc1e1a5582c9550bb4.zip
MADS: Implement Sequence::setScale and GameNebular::sub71312.
Diffstat (limited to 'engines/mads/nebular/game_nebular.h')
-rw-r--r--engines/mads/nebular/game_nebular.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/mads/nebular/game_nebular.h b/engines/mads/nebular/game_nebular.h
index 685e5c7cd6..0197766b8f 100644
--- a/engines/mads/nebular/game_nebular.h
+++ b/engines/mads/nebular/game_nebular.h
@@ -65,6 +65,8 @@ protected:
public:
Globals _globals;
StoryMode _storyMode;
+
+ void sub71312(int idx);
};