mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-11 22:23:59 +00:00
Initial CMorphBall matches
This commit is contained in:
9
include/MetroidPrime/Player/CMorphBallShadow.hpp
Normal file
9
include/MetroidPrime/Player/CMorphBallShadow.hpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#ifndef _CMORPHBALLSHADOW
|
||||
#define _CMORPHBALLSHADOW
|
||||
|
||||
class CMorphBallShadow {
|
||||
public:
|
||||
CMorphBallShadow();
|
||||
~CMorphBallShadow();
|
||||
};
|
||||
#endif // _CMORPHBALLSHADOW
|
||||
Reference in New Issue
Block a user