X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FResources.h;h=72f3afb0ce193b96769b08f3fd0abfe05807f4e0;hb=cc3d698b8c1ad09d7a3f9e3f28bc84e0ac1735ea;hp=5ef036fd715010553e3e4e7090a0f44c3b67a5ce;hpb=2a1d9169e1f6c2dfe0f93ed40d5fb68d3da342af;p=l2e.git diff --git a/src/battle/Resources.h b/src/battle/Resources.h index 5ef036f..72f3afb 100644 --- a/src/battle/Resources.h +++ b/src/battle/Resources.h @@ -1,10 +1,3 @@ -/* - * Resources.h - * - * Created on: Aug 8, 2012 - * Author: holy - */ - #ifndef BATTLE_RESOURCES_H_ #define BATTLE_RESOURCES_H_ @@ -19,6 +12,8 @@ namespace battle { struct Resources { + static const int TYPE_ID = 201; + graphics::Sprite *swapCursor; graphics::Sprite *moveIcons; graphics::Sprite *attackIcons; @@ -52,7 +47,6 @@ struct Resources { const char *spellMenuHeadline; graphics::MenuProperties *spellMenuProperties; - common::Inventory *inventory; const char *itemMenuHeadline; graphics::MenuProperties *itemMenuProperties;