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

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