Skip to content
Snippets Groups Projects
Commit 056d60f0 authored by Fdai7401's avatar Fdai7401
Browse files

Update

parent f2d23048
No related branches found
No related tags found
No related merge requests found
#include "building.hpp" #include "building.hpp"
Building::Building(int x, int y): x(x), y(y) {}; Building::Building(int x, int y, BuildingFaction bFaction, int buildingHealth, BuildingType bType): x(x), y(y) {};
...@@ -19,7 +19,7 @@ enum class BuildingType { ...@@ -19,7 +19,7 @@ enum class BuildingType {
Factory, Factory,
Airport, Airport,
Seaport Seaport
} };
class Building{ class Building{
public: public:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment