Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 30, 2007, 1:30:44 AM (17 years ago)
Author:
patrick
Message:

blinki patch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/questGUI/quest_gui.h

    r10374 r10492  
    1010class Quest;
    1111
    12 class QuestGUI : public WorldEntity 
     12class QuestGUI : public WorldEntity
    1313{
    1414
    1515  ObjectListDeclaration(QuestGUI);
    16  
     16
    1717  public:
    1818   QuestGUI (const TiXmlElement* root = NULL);
    1919   virtual ~QuestGUI ();
    20                      
     20
    2121   void loadParams(const TiXmlElement* root);
    2222   bool isActive(){ return this->bActive; }
    23    void guiInit();
     23
     24   void startGUI();
     25   void stopGUI();
    2426
    2527   virtual void tick(float dt);
    26    
     28
    2729  private:
    2830    Quest*                  myQuest;
    2931    bool                    bKillGui;
    3032    bool                    bActive;
    31    
     33
    3234    OrxGui::GLGuiBox*       headerBox;
    33     OrxGui::GLGuiBox*       outlineBox; 
     35    OrxGui::GLGuiBox*       outlineBox;
    3436    OrxGui::GLGuiBox*       labelBox;
    3537    OrxGui::GLGuiImage*     placeImage;
     
    4547
    4648    OrxSound::SoundSource*  selectorSource;
    47    
     49
    4850    void accept();
    4951    void refuse();
Note: See TracChangeset for help on using the changeset viewer.