prime/include/MetroidPrime/Enemies/CIceSheegoth.hpp

9 lines
161 B
C++

#ifndef _CICESHEEGOTH
#define _CICESHEEGOTH
#include "MetroidPrime/Enemies/CPatterned.hpp"
class CIceSheegoth : public CPatterned {};
#endif // _CICESHEEGOTH