#include "building.h" Building::Building(int x, int y) :GameEntity(x, y) { }