aboutsummaryrefslogtreecommitdiff
path: root/engines/dm/dm.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/dm/dm.h')
-rw-r--r--engines/dm/dm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/dm/dm.h b/engines/dm/dm.h
index 14a8772dba..66be764bbc 100644
--- a/engines/dm/dm.h
+++ b/engines/dm/dm.h
@@ -16,6 +16,7 @@ class MenuMan;
class ChampionMan;
class LoadsaveMan;
class ObjectMan;
+class InventoryMan;
enum direction {
@@ -101,6 +102,7 @@ public:
ChampionMan *_championMan;
LoadsaveMan *_loadsaveMan;
ObjectMan *_objectMan;
+ InventoryMan *_inventoryMan;
bool _stopWaitingForPlayerInput; // G0321_B_StopWaitingForPlayerInput
bool _gameTimeTicking; // @ G0301_B_GameTimeTicking
bool _restartGameAllowed; // @ G0524_B_RestartGameAllowed