]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/Resources.h
moved spell menu template to resources
[l2e.git] / src / battle / Resources.h
index 8d1144f6b30bdc60efd5437f5981fd1e08585bd8..40c0b3b92a167b04eaff8649fb9a8cc7648b3425 100644 (file)
@@ -8,6 +8,8 @@
 #ifndef BATTLE_RESOURCES_H_
 #define BATTLE_RESOURCES_H_
 
+#include "../graphics/Menu.h"
+
 namespace graphics {
        class Font;
        class Frame;
@@ -36,6 +38,8 @@ struct Resources {
 
        graphics::Font *normalFont;
 
+       graphics::Menu</* Spell */ void *> spellMenuPrototype;
+
 
        Resources()
        : moveIcons(0)