Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8035 in orxonox.OLD for trunk/src/story_entities/simple_game_menu.h


Ignore:
Timestamp:
May 31, 2006, 4:20:51 PM (19 years ago)
Author:
bensch
Message:

gui: merged the gui back to the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/story_entities/simple_game_menu.h

    r7919 r8035  
    1717#include "elements/text_element.h"
    1818
     19#include "glgui.h"
     20
    1921class SimpleGameMenuData;
    2022class TiXmlElement;
     
    3133
    3234  public:
    33     std::vector<TextElement*>          menuList;                        //!< the list of the menu items
     35    std::vector<TextElement*>         menuList;                        //!< the list of the menu items
    3436    std::vector<StoryEntity*>         storyList;                       //!< the list of the StoryEntities for the menu
    3537    std::vector<ImageEntity*>         screenshootList;                 //!< list of the screen shoots FIXME: make a better structure for this stuff
     
    5355    void execURL() const;
    5456    static int startURL(void* data);
     57
     58    void setImage(int i);
     59    OrxGui::GLGuiImage* image;
     60    OrxGui::GLGuiInputLine* imageName;
    5561    ///
    5662    virtual void loadParams(const TiXmlElement* root);
     
    6975    void quitMenu();
    7076
    71     void TEST() { printf("TEST\n"); }
     77    void TEST(int val) { printf("TEST %d\n", val); }
    7278
    7379  protected:
Note: See TracChangeset for help on using the changeset viewer.