mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 04:27:42 +00:00
CScriptWater: Make private const data internally linked
Same behavior, but allows completely hiding it from external view and also allows making the data constexpr.
This commit is contained in:
@@ -20,7 +20,6 @@ class CDamageInfo;
|
||||
class CFluidUVMotion;
|
||||
|
||||
class CScriptWater : public CScriptTrigger {
|
||||
static const float kSplashScales[6];
|
||||
zeus::CFrustum x150_frustum;
|
||||
std::unique_ptr<CFluidPlaneCPU> x1b4_fluidPlane;
|
||||
zeus::CVector3f x1b8_positionMorphed;
|
||||
|
||||
Reference in New Issue
Block a user