mirror of https://github.com/PrimeDecomp/prime.git
9 lines
161 B
C++
9 lines
161 B
C++
|
#ifndef _CICESHEEGOTH
|
||
|
#define _CICESHEEGOTH
|
||
|
|
||
|
#include "MetroidPrime/Enemies/CPatterned.hpp"
|
||
|
|
||
|
class CIceSheegoth : public CPatterned {};
|
||
|
|
||
|
#endif // _CICESHEEGOTH
|