mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-11 04:06:12 +00:00
Map is only needed in intern.h
svn-id: r17776
This commit is contained in:
parent
06a313f0a8
commit
b43e1e960f
@ -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:
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user