mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-13 01:20:34 +02:00
Small cleanup
This commit is contained in:
@ -194,15 +194,11 @@ bool DLL_LINKAGE isInScreenRange(const int3 ¢er, const int3 &pos); //for spe
|
|||||||
|
|
||||||
class DLL_LINKAGE CSpellHandler: public CHandlerBase<SpellID, CSpell>
|
class DLL_LINKAGE CSpellHandler: public CHandlerBase<SpellID, CSpell>
|
||||||
{
|
{
|
||||||
|
|
||||||
//CSpell * loadSpell(CLegacyConfigParser & parser, const SpellID id);
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
CSpellHandler();
|
CSpellHandler();
|
||||||
virtual ~CSpellHandler();
|
virtual ~CSpellHandler();
|
||||||
|
|
||||||
///IHandler base
|
///IHandler base
|
||||||
|
|
||||||
std::vector<JsonNode> loadLegacyData(size_t dataSize) override;
|
std::vector<JsonNode> loadLegacyData(size_t dataSize) override;
|
||||||
void afterLoadFinalization() override;
|
void afterLoadFinalization() override;
|
||||||
void beforeValidate(JsonNode & object) override;
|
void beforeValidate(JsonNode & object) override;
|
||||||
|
Reference in New Issue
Block a user