Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 17, 2007, 7:22:15 PM (17 years ago)
Author:
hejja
Message:

2 Folgequestscd ..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/src/world_entities/questGUI/quest_gui.h

    r10273 r10277  
    2020                     
    2121   void loadParams(const TiXmlElement* root);
    22    
     22   bool isActive(){ return this->bActive; }
    2323   void guiInit();
    2424
     
    2828    Quest*                  myQuest;
    2929    bool                    bKillGui;
     30    bool                    bActive;
    3031   
    3132    OrxGui::GLGuiBox*       headerBox;
Note: See TracChangeset for help on using the changeset viewer.