aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.h
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/scumm.h')
-rw-r--r--scumm/scumm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index c66031300f..99678243a2 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -489,6 +489,9 @@ public:
int _roomResource; // FIXME - should be protected but Sound::pauseSounds uses it
bool _egoPositioned; // Used by Actor::putActor, hence public
+ int generateMacFileName(const char *filename, char *buf, int bufsize, int cont = 0, int index = 0);
+ int _heMacFileNameIndex;
+
protected:
int _keyPressed;
uint16 _lastKeyHit;