Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 31, 2006, 2:03:21 AM (18 years ago)
Author:
bensch
Message:

gui: HOLY COW… The magical texture-viewer is here :)

File:
1 edited

Legend:

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

    r7985 r8010  
    1616
    1717#include "elements/text_element.h"
     18
     19#include "glgui.h"
    1820
    1921class SimpleGameMenuData;
     
    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);
Note: See TracChangeset for help on using the changeset viewer.