Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 1, 2006, 5:24:57 PM (18 years ago)
Author:
stefalie
Message:

water: gui hack

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/water/src/story_entities/game_world.h

    r7919 r8089  
    1111#include "game_world_data.h"
    1212#include "playable.h"
     13
     14#include "glgui.h"
    1315
    1416namespace OrxShell { class Shell; };
     
    3234    GameWorld ();
    3335    virtual ~GameWorld ();
     36
     37//// HACK NOT TO THE TRUNK //
     38    void enterGui();
     39    void setImage(int i);
     40    int getImage(const std::string& name);
     41    OrxGui::GLGuiImage* image;
     42    OrxGui::GLGuiInputLine* imageName;
     43/////////////////////////////
    3444
    3545    virtual void loadParams(const TiXmlElement* root);
Note: See TracChangeset for help on using the changeset viewer.