X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Floader%2FCaster.h;h=c20f5d949c32a9ccb6ad8dc8960e6db06e9506a7;hb=4309d259becd96ead792678257e910c03a6b4a3d;hp=31ce61226677f40f8d32645bbf1d861e6680f3bf;hpb=11cf419b542070def1d0edaa69d2389ab1ab427b;p=l2e.git diff --git a/src/loader/Caster.h b/src/loader/Caster.h index 31ce612..c20f5d9 100644 --- a/src/loader/Caster.h +++ b/src/loader/Caster.h @@ -1,11 +1,25 @@ #ifndef LOADER_CASTER_H_ #define LOADER_CASTER_H_ +namespace battle { + struct Resources; + class Monster; + class PartyLayout; +} +namespace common { + class Capsule; + class Hero; + class Item; + class Spell; +} +namespace map { + class Map; +} +namespace menu { + struct Resources; +} + #include "Interpreter.h" -#include "../battle/fwd.h" -#include "../common/fwd.h" -#include "../map/fwd.h" -#include "../menu/fwd.h" #include @@ -38,4 +52,4 @@ private: } -#endif /* LOADER_CASTER_H_ */ +#endif