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