X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FResources.h;h=1500378ab75b0b370d391d352c7ff34310c61170;hb=d7d5ff97b2e4136141f5603d0ec9cef1d4467749;hp=051879c36bfb88004a33bfdd66b911b9a74e825a;hpb=0ad5ca97b5df217329bc319d62564a9f46ba11d7;p=l2e.git diff --git a/src/battle/Resources.h b/src/battle/Resources.h index 051879c..1500378 100644 --- a/src/battle/Resources.h +++ b/src/battle/Resources.h @@ -1,16 +1,16 @@ -/* - * Resources.h - * - * Created on: Aug 8, 2012 - * Author: holy - */ - #ifndef BATTLE_RESOURCES_H_ #define BATTLE_RESOURCES_H_ -#include "../common/fwd.h" +namespace graphics { + class Animation; + class Font; + class Frame; + class Gauge; + struct MenuProperties; + class Sprite; +} + #include "../graphics/Color.h" -#include "../graphics/fwd.h" #include "../graphics/Menu.h" #include @@ -19,6 +19,8 @@ namespace battle { struct Resources { + static const int TYPE_ID = 201; + graphics::Sprite *swapCursor; graphics::Sprite *moveIcons; graphics::Sprite *attackIcons; @@ -96,4 +98,4 @@ struct Resources { } -#endif /* BATTLE_RESOURCES_H_ */ +#endif