aboutsummaryrefslogtreecommitdiff
path: root/scumm/scumm.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/scumm.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/scumm.h')
-rw-r--r--scumm/scumm.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/scumm/scumm.h b/scumm/scumm.h
index 3054488600..895b1ff084 100644
--- a/scumm/scumm.h
+++ b/scumm/scumm.h
@@ -25,7 +25,6 @@
#include "base/engine.h"
#include "common/file.h"
-#include "common/map.h"
#include "common/rect.h"
#include "common/str.h"
@@ -60,8 +59,6 @@ struct BoxCoords;
struct FindObjectInRoom;
struct ScummGameSettings;
-typedef Common::Map<Common::String, int> ObjectIDMap;
-
// Use g_scumm from error() ONLY
extern ScummEngine *g_scumm;