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