mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-05-17 03:11:19 +00:00
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
|