summaryrefslogtreecommitdiff
path: root/src/spaceship.cpp
blob: faf250174d43d18399f927d68af88c19b22166c2 (plain)
1
2
3
4
5
6
#include "spaceship.h"

Spaceship::Spaceship(int x, int y)
  :x(x), y(y)
{
}