1 #ifndef LOADER_CASTER_H_
2 #define LOADER_CASTER_H_
22 #include "Interpreter.h"
31 Caster(Interpreter &intp);
34 Caster(const Caster &);
35 Caster &operator =(const Caster &);
38 battle::Resources *GetBattleResources(const std::string &identifier);
39 common::Capsule *GetCapsule(const std::string &identifier);
40 common::Hero *GetHero(const std::string &identifier);
41 common::Item *GetItem(const std::string &identifier);
42 map::Map *GetMap(const std::string &identifier);
43 menu::Resources *GetMenuResources(const std::string &identifier);
44 battle::Monster *GetMonster(const std::string &identifier);
45 battle::PartyLayout *GetPartyLayout(const std::string &identifier);
46 common::Spell *GetSpell(const std::string &identifier);