prime/include/MetroidPrime/CFluidPlaneCPU.hpp

12 lines
173 B
C++

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