prime/include/MetroidPrime/CFluidPlaneDoor.hpp
Henrique Gemignani Passos Lima 7117050a17 Start ScriptLoader
Former-commit-id: f782c0c72d3bdb85ea076b0878e2b78d56e71f7f
2022-11-14 15:37:44 +02:00

14 lines
263 B
C++

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