1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-12 02:28:11 +02:00

Nullkiller: fix build

This commit is contained in:
Andrii Danylchenko 2021-05-16 14:22:33 +03:00 committed by Andrii Danylchenko
parent 6682485395
commit 8e4ca10365

View File

@ -13,7 +13,7 @@
#include "../../../lib/ResourceSet.h"
class BuildingInfo
class DLL_EXPORT BuildingInfo
{
public:
BuildingID id;
@ -38,7 +38,7 @@ public:
std::string toString() const;
};
class TownDevelopmentInfo
class DLL_EXPORT TownDevelopmentInfo
{
public:
const CGTownInstance* town;
@ -63,7 +63,7 @@ public:
void addExistingDwelling(const BuildingInfo & existingDwelling);
};
class BuildAnalyzer
class DLL_EXPORT BuildAnalyzer
{
private:
TResources requiredResources;