aboutsummaryrefslogtreecommitdiff
path: root/scumm/intern.h
diff options
context:
space:
mode:
authorMax Horn2005-04-23 16:09:22 +0000
committerMax Horn2005-04-23 16:09:22 +0000
commitb43e1e960fadff6b900329ec96c32121406cb92b (patch)
treed9d2662e27b9402996447b7f214d0797e5e5e1e2 /scumm/intern.h
parent06a313f0a8290fc943a4748b3e79734f5a4faf28 (diff)
downloadscummvm-rg350-b43e1e960fadff6b900329ec96c32121406cb92b.tar.gz
scummvm-rg350-b43e1e960fadff6b900329ec96c32121406cb92b.tar.bz2
scummvm-rg350-b43e1e960fadff6b900329ec96c32121406cb92b.zip
Map is only needed in intern.h
svn-id: r17776
Diffstat (limited to 'scumm/intern.h')
-rw-r--r--scumm/intern.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/scumm/intern.h b/scumm/intern.h
index f991e92ca9..f934c6ada0 100644
--- a/scumm/intern.h
+++ b/scumm/intern.h
@@ -23,6 +23,8 @@
#ifndef INTERN_H
#define INTERN_H
+#include "common/map.h"
+
#include "scumm/scumm.h"
#include "scumm/wiz_he.h"
@@ -1262,6 +1264,8 @@ protected:
const OpcodeEntryV8 *_opcodesV8;
+ typedef Common::Map<Common::String, int> ObjectIDMap;
+
ObjectIDMap _objectIDMap;
public: