Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 29, 2006, 4:51:57 PM (17 years ago)
Author:
hejja
Message:

questGUI getestet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/src/world_entities/terminal/terminal.h

    r9967 r9973  
    44
    55#include "world_entity.h"
     6#include "glgui.h"
     7#include <vector>
    68
    79
    810
    9 class Terminal : public WorldEntity {
     11class Terminal : public WorldEntity
     12{
    1013
    1114  ObjectListDeclaration(Terminal);
    12  public:
     15 
     16  public:
    1317   Terminal (const TiXmlElement* root);
    14   virtual ~Terminal ();
     18   virtual ~Terminal ();
    1519
    16   virtual void loadParams(const TiXmlElement* root = NULL);
     20   virtual void loadParams(const TiXmlElement* root = NULL);
    1721
    18 
    19 
    20  private:
    21    
    22    void guiInit();
     22  private:
    2323
    2424};
Note: See TracChangeset for help on using the changeset viewer.