mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-29 23:07:48 +02:00
Fixes
This commit is contained in:
@@ -223,6 +223,10 @@ class HeroClassID : public Identifier<HeroClassID>
|
||||
{
|
||||
public:
|
||||
using Identifier<HeroClassID>::Identifier;
|
||||
///json serialization helpers
|
||||
DLL_LINKAGE static si32 decode(const std::string & identifier);
|
||||
DLL_LINKAGE static std::string encode(const si32 index);
|
||||
static std::string entityType();
|
||||
};
|
||||
|
||||
class HeroTypeID : public Identifier<HeroTypeID>
|
||||
|
||||
Reference in New Issue
Block a user