prime/include/MetroidPrime/CFluidPlaneCPU.hpp
2025-04-20 14:21:24 -07:00

12 lines
180 B
C++

#ifndef _CFLUIDPLANECPU
#define _CFLUIDPLANECPU
#include "MetroidPrime/CFluidPlaneManager.hpp"
class CFluidPlaneCPU : public CFluidPlane {
public:
};
#endif // _CFLUIDPLANECPU