prime/include/MetroidPrime/CFluidPlaneDoor.hpp

14 lines
257 B
C++
Raw Normal View History

2022-11-14 13:37:44 +00:00
#ifndef _CFLUIDPLANEDOOR
#define _CFLUIDPLANEDOOR
#include "MetroidPrime/CFluidPlane.hpp"
2022-12-18 17:43:09 +00:00
class CFluidPlaneDoor : public CFluidPlane {
2022-11-14 13:37:44 +00:00
private:
float xa0_tileSize;
int xa4_tileSubdivisions;
float xa8_rippleResolution;
};
#endif // _CFLUIDPLANEDOOR