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:
parent
6682485395
commit
8e4ca10365
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user