#include "powerup.hpp" powerup::powerup(int x,int y):bullet(x,y,64){} powerup::powerup(int x,int y,int ID):bullet(x,y,ID){}