mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-05-17 10:31:19 +00:00
12 lines
164 B
C++
12 lines
164 B
C++
#ifndef _CSPACEPIRATE
|
|
#define _CSPACEPIRATE
|
|
|
|
#include "MetroidPrime/Enemies/CPatterned.hpp"
|
|
|
|
class CSpacePirate : public CPatterned {
|
|
|
|
};
|
|
|
|
|
|
#endif // _CSPACEPIRATE
|