Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 28, 2006, 5:04:08 PM (19 years ago)
Author:
bensch
Message:

gui: introducing rect into gui

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/src/story_entities/simple_game_menu.h

    r7919 r7924  
    3131
    3232  public:
    33     std::vector<TextElement*>          menuList;                        //!< the list of the menu items
     33    std::vector<TextElement*>         menuList;                        //!< the list of the menu items
    3434    std::vector<StoryEntity*>         storyList;                       //!< the list of the StoryEntities for the menu
    3535    std::vector<ImageEntity*>         screenshootList;                 //!< list of the screen shoots FIXME: make a better structure for this stuff
Note: See TracChangeset for help on using the changeset viewer.