aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/moonbase/ai_main.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/he/moonbase/ai_main.h')
-rw-r--r--engines/scumm/he/moonbase/ai_main.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/engines/scumm/he/moonbase/ai_main.h b/engines/scumm/he/moonbase/ai_main.h
index d35cf8ec5a..cfd3aadc8a 100644
--- a/engines/scumm/he/moonbase/ai_main.h
+++ b/engines/scumm/he/moonbase/ai_main.h
@@ -27,11 +27,11 @@
namespace Scumm {
-class ScummEngine;
+class ScummEngine_v71he;
-extern ScummEngine *_vm;
+extern ScummEngine_v71he *_vm;
-typedef Common::List<int>::iterator intVecItr;
+typedef Common::Array<int>::iterator intVecItr;
enum {
TERRAIN_TYPE_GOOD = 0,
@@ -182,8 +182,8 @@ int TempChooseTarget(int behavior);
int GetEnergyHogType();
-extern Common::List<int> lastXCoord[];
-extern Common::List<int> lastYCoord[];
+extern Common::Array<int> lastXCoord[];
+extern Common::Array<int> lastYCoord[];
} // End of namespace Scumm