]> 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 026e3da100b9414406c3145ef62f6e30fe974385..ec1fdf4741ddd9a8409c5d638d421d12c820dc80 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * Resources.h
- *
- *  Created on: Oct 21, 2012
- *      Author: holy
- */
-
 #ifndef MENU_RESOURCES_H_
 #define MENU_RESOURCES_H_
 
@@ -93,6 +86,9 @@ struct Resources {
        const char *configMusicStereo;
        const char *configMusicMono;
 
+       graphics::MenuProperties *scenarioMenuProperties;
+       const char *scenarioMenuHeadline;
+
        Resources();
 
 };