]> git.localhorst.tv Git - l2e.git/blobdiff - src/menu/Resources.h
moved menu resources to data files
[l2e.git] / src / menu / Resources.h
index ec1fdf4741ddd9a8409c5d638d421d12c820dc80..9ea26e665000270d0b024e7ef5eaa550cd9b07b3 100644 (file)
@@ -7,15 +7,14 @@ namespace menu {
 
 struct Resources {
 
+       static const int TYPE_ID = 701;
+
        graphics::Texture *menubg;
 
        graphics::Font *normalFont;
        graphics::Font *inactiveFont;
        graphics::Font *statusFont;
 
-       graphics::Sprite *menuCursor;
-       graphics::Sprite *menuActiveCursor;
-
        graphics::Sprite *statusLabels;
        graphics::Frame *statusFrame;
 
@@ -91,6 +90,9 @@ struct Resources {
 
        Resources();
 
+       static void CreateTypeDescription();
+       static void Construct(void *);
+
 };
 
 }