CNewIntroBoss progress

Former-commit-id: fb4706a250
This commit is contained in:
2022-10-30 15:47:50 -04:00
parent 3b8eb2ed04
commit d4333c1f6a
52 changed files with 284 additions and 73 deletions

View File

@@ -8,11 +8,12 @@
class CFluidPlaneCPU;
class CScriptWater {
uchar x0_pad[0x1b4];
rstl::single_ptr<CFluidPlaneCPU> x1b4_fluidPlane;
public:
CFluidPlaneCPU& FluidPlane() { return *x1b4_fluidPlane; }
public:
CFluidPlaneCPU& FluidPlane() { return *x1b4_fluidPlane; }
private:
uchar x0_pad[0x1b4];
rstl::single_ptr< CFluidPlaneCPU > x1b4_fluidPlane;
};
#endif // _CSCRIPTWATER