mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-12 07:35:04 +00:00
18
include/MetroidPrime/ScriptObjects/CScriptWater.hpp
Normal file
18
include/MetroidPrime/ScriptObjects/CScriptWater.hpp
Normal file
@@ -0,0 +1,18 @@
|
||||
#ifndef _CSCRIPTWATER
|
||||
#define _CSCRIPTWATER
|
||||
|
||||
#include "types.h"
|
||||
|
||||
#include "rstl/single_ptr.hpp"
|
||||
|
||||
class CFluidPlaneCPU;
|
||||
|
||||
class CScriptWater {
|
||||
uchar x0_pad[0x1b4];
|
||||
rstl::single_ptr<CFluidPlaneCPU> x1b4_fluidPlane;
|
||||
|
||||
public:
|
||||
CFluidPlaneCPU& FluidPlane() { return *x1b4_fluidPlane; }
|
||||
};
|
||||
|
||||
#endif // _CSCRIPTWATER
|
||||
Reference in New Issue
Block a user