mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-10 00:27:41 +00:00
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user