#include "spaceship.h" Spaceship::Spaceship(int x, int y) :x(x), y(y) { }