prime/include/MetroidPrime/CFluidPlaneCPU.hpp

12 lines
173 B
C++
Raw Normal View History

2022-10-16 14:41:14 +00:00
#ifndef _CFLUIDPLANECPU
#define _CFLUIDPLANECPU
#include "MetroidPrime/CFluidPlane.hpp"
class CFluidPlaneCPU : public CFluidPlane {
public:
};
#endif // _CFLUIDPLANECPU