aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/worldofxeen/worldofxeen.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/worldofxeen/worldofxeen.h')
-rw-r--r--engines/xeen/worldofxeen/worldofxeen.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/xeen/worldofxeen/worldofxeen.h b/engines/xeen/worldofxeen/worldofxeen.h
index 7dbb710430..0177e7cacf 100644
--- a/engines/xeen/worldofxeen/worldofxeen.h
+++ b/engines/xeen/worldofxeen/worldofxeen.h
@@ -61,6 +61,8 @@ public:
void setPendingAction(WOXGameAction action) { _pendingAction = action; }
};
+#define WOX_VM (*(::Xeen::WorldOfXeen::WorldOfXeenEngine *)g_vm)
+
} // End of namespace WorldOfXeen
} // End of namespace Xeen