Initial CGameArea::StartStreamingMainArea

Former-commit-id: 3ff96e58fa
This commit is contained in:
Henrique Gemignani Passos Lima
2023-07-30 22:18:25 +03:00
parent 8105eb27e5
commit 61cf94d072
6 changed files with 107 additions and 8 deletions

View File

@@ -10,7 +10,7 @@
#include "Kyoto/CResLoader.hpp"
#include "Kyoto/IObjectStore.hpp"
class IDvdRequest;
class CDvdRequest;
class CPakFile : CDvdFile {
public:
@@ -26,7 +26,7 @@ private:
bool x28_26_worldPak : 1;
bool x28_27_stashedInARAM : 1;
int x2c_asyncLoadPhase; // EAsyncPhase
rstl::auto_ptr< IDvdRequest > x30_dvdReq;
rstl::auto_ptr< CDvdRequest > x30_dvdReq;
rstl::vector< uchar > x38_headerData;
uint x48_resTableOffset;
uint x4c_resTableCount;