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