Begin matching CScriptMazeNode

Former-commit-id: 38ca1f6816
This commit is contained in:
2022-09-14 01:24:12 -04:00
parent 48c7444acb
commit 86c16b4b9d
8 changed files with 440 additions and 18 deletions

View File

@@ -25,6 +25,7 @@ public:
void AddPakFileAsync(const rstl::string&, bool, bool);
void AsyncIdlePakLoading();
bool AreAllPaksLoaded() const;
CInputStream* LoadNewResourceSync(const SObjectTag& tag, char* extBuf);
private:
rstl::list< void > x0_aramList;