mirror of
https://github.com/vcmi/vcmi.git
synced 2025-05-13 22:06:58 +02:00
fix win build
This commit is contained in:
parent
30c6cf3b98
commit
b0e5a11e62
@ -248,8 +248,8 @@ public:
|
||||
|
||||
std::string toString() const;
|
||||
|
||||
DLL_LINKAGE static si32 decode(const std::string& identifier);
|
||||
DLL_LINKAGE static std::string encode(const si32 index);
|
||||
static si32 decode(const std::string& identifier);
|
||||
static std::string encode(const si32 index);
|
||||
static std::string entityType();
|
||||
};
|
||||
|
||||
@ -333,8 +333,8 @@ public:
|
||||
static const FactionID CONFLUX;
|
||||
static const FactionID NEUTRAL;
|
||||
|
||||
DLL_LINKAGE static si32 decode(const std::string& identifier);
|
||||
DLL_LINKAGE static std::string encode(const si32 index);
|
||||
static si32 decode(const std::string& identifier);
|
||||
static std::string encode(const si32 index);
|
||||
static std::string entityType();
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user