Changeset 7019 in orxonox.OLD for trunk/src/story_entities/simple_game_menu.h
- Timestamp:
- Feb 3, 2006, 4:33:45 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/simple_game_menu.h
r6991 r7019 15 15 16 16 17 #include "elements/text_element.h" 18 17 19 class SimpleGameMenuData; 18 20 class TiXmlElement; … … 29 31 30 32 public: 31 std::vector< ImageEntity*>menuList; //!< the list of the menu items33 std::vector<TextElement*> menuList; //!< the list of the menu items 32 34 std::vector<StoryEntity*> storyList; //!< the list of the StoryEntities for the menu 33 35 std::vector<ImageEntity*> screenshootList; //!< list of the screen shoots FIXME: make a better structure for this stuff … … 75 77 76 78 //std::vector<ImageEntity*> menuList; //!< the list of the menu items 77 ImageEntity* menuSelected; //!< ref to the selected menu entity78 79 ImageEntity* menuSelector; //!< ref to the selector image 79 ImageEntity* menuStartGame; 80 ImageEntity* menuStartMultiplayerGame; 81 ImageEntity* menuQuitGame; 80 TextElement* menuSelected; //!< ref to the selected menu entity 81 TextElement* menuStartGame; 82 TextElement* menuStartMultiplayerGame; 83 TextElement* menuQuitGame; 82 84 int menuSelectedIndex; 83 85
Note: See TracChangeset
for help on using the changeset viewer.