#ifndef _CMETROID
#define _CMETROID

#include "MetroidPrime/Enemies/CPatterned.hpp"

class CMetroid : public CPatterned {

};

#endif // _CMETROID