powerup.cpp 126 B

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