Add CMainFlow

Former-commit-id: f18a1963f0
This commit is contained in:
2022-10-23 18:44:54 -07:00
parent 47a12b876a
commit bb6cc62a9d
19 changed files with 254 additions and 38 deletions

View File

@@ -87,6 +87,10 @@ public:
x160_26_screenFading = v;
}
void SetX30(bool v) {
x160_30_ = v;
}
static void EnsureWorldPaksReady();
static void EnsureWorldPakReady(CAssetId id);