X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FResources.h;h=051879c36bfb88004a33bfdd66b911b9a74e825a;hb=0ad5ca97b5df217329bc319d62564a9f46ba11d7;hp=9654fdc841d9c987569be411e17f0719cb0634bb;hpb=b02da898c7c8a08141df4e797774a61cf5e0163f;p=l2e.git diff --git a/src/battle/Resources.h b/src/battle/Resources.h index 9654fdc..051879c 100644 --- a/src/battle/Resources.h +++ b/src/battle/Resources.h @@ -8,24 +8,13 @@ #ifndef BATTLE_RESOURCES_H_ #define BATTLE_RESOURCES_H_ +#include "../common/fwd.h" #include "../graphics/Color.h" +#include "../graphics/fwd.h" #include "../graphics/Menu.h" #include -namespace common { - class Inventory; - class Item; - class Spell; -} -namespace graphics { - class Animation; - class Font; - class Frame; - class Gauge; - class Sprite; -} - namespace battle { struct Resources { @@ -63,7 +52,6 @@ struct Resources { const char *spellMenuHeadline; graphics::MenuProperties *spellMenuProperties; - common::Inventory *inventory; const char *itemMenuHeadline; graphics::MenuProperties *itemMenuProperties;