1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-26 22:57:00 +02:00

Small cleanup

This commit is contained in:
AlexVinS 2014-11-12 03:02:37 +03:00
parent 356b6ab34a
commit c4fdca45d9

View File

@ -194,15 +194,11 @@ bool DLL_LINKAGE isInScreenRange(const int3 &center, const int3 &pos); //for spe
class DLL_LINKAGE CSpellHandler: public CHandlerBase<SpellID, CSpell>
{
//CSpell * loadSpell(CLegacyConfigParser & parser, const SpellID id);
public:
CSpellHandler();
virtual ~CSpellHandler();
///IHandler base
std::vector<JsonNode> loadLegacyData(size_t dataSize) override;
void afterLoadFinalization() override;
void beforeValidate(JsonNode & object) override;