#ifndef _powerup_ #define _powerup_ #include "bullet.hpp" class powerup:public bullet{ public: powerup(int x,int y); powerup(int x,int y,int ID); }; #endif