mirror of https://github.com/PrimeDecomp/prime.git
12 lines
173 B
C++
12 lines
173 B
C++
|
#ifndef _CFLUIDPLANECPU
|
||
|
#define _CFLUIDPLANECPU
|
||
|
|
||
|
#include "MetroidPrime/CFluidPlane.hpp"
|
||
|
|
||
|
class CFluidPlaneCPU : public CFluidPlane {
|
||
|
public:
|
||
|
|
||
|
};
|
||
|
|
||
|
#endif // _CFLUIDPLANECPU
|