]> git.localhorst.tv Git - l2e.git/blobdiff - src/menu/Resources.h
removed stupid file headers that eclipse put in
[l2e.git] / src / menu / Resources.h
index 8778cb5a27420afd56acd2d2b132d11e68612045..ec1fdf4741ddd9a8409c5d638d421d12c820dc80 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Resources.h
- *
- *  Created on: Oct 21, 2012
- *      Author: holy
- */
-
 #ifndef MENU_RESOURCES_H_
 #define MENU_RESOURCES_H_
 
@@ -17,6 +10,7 @@ struct Resources {
        graphics::Texture *menubg;
 
        graphics::Font *normalFont;
+       graphics::Font *inactiveFont;
        graphics::Font *statusFont;
 
        graphics::Sprite *menuCursor;
@@ -92,6 +86,9 @@ struct Resources {
        const char *configMusicStereo;
        const char *configMusicMono;
 
+       graphics::MenuProperties *scenarioMenuProperties;
+       const char *scenarioMenuHeadline;
+
        Resources();
 
 };