prime/include/MetroidPrime/Enemies/CIceSheegoth.hpp

9 lines
161 B
C++
Raw Normal View History

2022-10-23 18:35:55 +00:00
#ifndef _CICESHEEGOTH
#define _CICESHEEGOTH
#include "MetroidPrime/Enemies/CPatterned.hpp"
class CIceSheegoth : public CPatterned {};
#endif // _CICESHEEGOTH