]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/Resources.h
removed stupid file headers that eclipse put in
[l2e.git] / src / battle / Resources.h
index 051879c36bfb88004a33bfdd66b911b9a74e825a..72f3afb0ce193b96769b08f3fd0abfe05807f4e0 100644 (file)
@@ -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;