4 * Created on: Sep 19, 2012
8 #ifndef LOADER_CASTER_H_
9 #define LOADER_CASTER_H_
11 #include "Interpreter.h"
32 Caster(Interpreter &intp);
35 Caster(const Caster &);
36 Caster &operator =(const Caster &);
39 battle::Resources *GetBattleResources(const std::string &identifier);
40 battle::Hero *GetHero(const std::string &identifier);
41 common::Item *GetItem(const std::string &identifier);
42 battle::Monster *GetMonster(const std::string &identifier);
43 battle::PartyLayout *GetPartyLayout(const std::string &identifier);
44 common::Spell *GetSpell(const std::string &identifier);
49 int battleResourcesId;
60 #endif /* LOADER_CASTER_H_ */