prime/include/MetroidPrime/Enemies/CIceSheegoth.hpp
Phillip Stephens 47a12b876a Match and link PatternedCastTo
Former-commit-id: dd62a7eaa0eac1cdd9264c7cd815f86e4a81d9ef
2022-10-23 11:36:25 -07:00

9 lines
161 B
C++

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