prime/include/MetroidPrime/CFluidPlaneDoor.hpp
Phillip Stephens 758b61fc47 Remove hack
Former-commit-id: b876430ed3da236e7aab3d00140940f5286a534d
2022-12-18 09:43:09 -08:00

14 lines
257 B
C++

#ifndef _CFLUIDPLANEDOOR
#define _CFLUIDPLANEDOOR
#include "MetroidPrime/CFluidPlane.hpp"
class CFluidPlaneDoor : public CFluidPlane {
private:
float xa0_tileSize;
int xa4_tileSubdivisions;
float xa8_rippleResolution;
};
#endif // _CFLUIDPLANEDOOR