mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-13 07:26:08 +00:00
11
include/MetroidPrime/CFluidPlaneCPU.hpp
Normal file
11
include/MetroidPrime/CFluidPlaneCPU.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef _CFLUIDPLANECPU
|
||||
#define _CFLUIDPLANECPU
|
||||
|
||||
#include "MetroidPrime/CFluidPlane.hpp"
|
||||
|
||||
class CFluidPlaneCPU : public CFluidPlane {
|
||||
public:
|
||||
|
||||
};
|
||||
|
||||
#endif // _CFLUIDPLANECPU
|
||||
Reference in New Issue
Block a user