aboutsummaryrefslogtreecommitdiff
path: root/engines/hdb/ai.h
diff options
context:
space:
mode:
authorEugene Sandulenko2019-07-10 23:02:25 +0200
committerEugene Sandulenko2019-09-03 17:17:17 +0200
commite7016e52a9be6b07a4cb3dcca1e8c875078a2bb1 (patch)
tree1c4e9768cd3f0624d2b468ba2e777a5ca19160ef /engines/hdb/ai.h
parent93155c6433ef7dd3c0f9752b161b2b53b3e72115 (diff)
downloadscummvm-rg350-e7016e52a9be6b07a4cb3dcca1e8c875078a2bb1.tar.gz
scummvm-rg350-e7016e52a9be6b07a4cb3dcca1e8c875078a2bb1.tar.bz2
scummvm-rg350-e7016e52a9be6b07a4cb3dcca1e8c875078a2bb1.zip
HDB: Refarcot entity save/loading into separate methods
Diffstat (limited to 'engines/hdb/ai.h')
-rw-r--r--engines/hdb/ai.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/hdb/ai.h b/engines/hdb/ai.h
index 3cb0cc0610..2e213ce430 100644
--- a/engines/hdb/ai.h
+++ b/engines/hdb/ai.h
@@ -539,6 +539,9 @@ struct AIEntity {
moverightGfx[i] = new Tile;
}
}
+
+ void save(Common::OutSaveFile *out);
+ void load(Common::InSaveFile *in);
};
// Structs for Function Table Lookup for SaveGames