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