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

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