mirror of https://github.com/PrimeDecomp/prime.git
11 lines
147 B
C++
11 lines
147 B
C++
|
#ifndef _CWARWASP
|
||
|
#define _CWARWASP
|
||
|
|
||
|
#include "MetroidPrime/Enemies/CPatterned.hpp"
|
||
|
|
||
|
class CWarWasp : public CPatterned {
|
||
|
|
||
|
};
|
||
|
|
||
|
#endif // _CWARWASP
|