X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fbattle%2FResources.h;h=72f3afb0ce193b96769b08f3fd0abfe05807f4e0;hb=cc3d698b8c1ad09d7a3f9e3f28bc84e0ac1735ea;hp=051879c36bfb88004a33bfdd66b911b9a74e825a;hpb=0ad5ca97b5df217329bc319d62564a9f46ba11d7;p=l2e.git diff --git a/src/battle/Resources.h b/src/battle/Resources.h index 051879c..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;