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.cc

    r9967 r9973  
    2222#include "terminal.h"
    2323
     24#include "event_handler.h"
     25
     26#include "state.h"
     27
     28#include "util/loading/load_param.h"
     29#include "util/loading/factory.h"
     30
     31#include "graphics_engine.h"
     32#include "camera.h"
     33#include "sound_engine.h"
     34
     35#include "sound_source.h"
     36
     37#include "glgui.h"
     38#include "menu/glgui_imagebutton.h"
     39#include "glgui_text.h"
    2440
    2541
    2642ObjectListDefinition(Terminal);
    2743
    28 
     44CREATE_FACTORY(Terminal);
    2945
    3046
     
    3551  this->toList(OM_GROUP_00);
    3652 
    37   this->guiInit();
    3853
    39 
     54  if( root != NULL)
     55    this->loadParams(root);
    4056
    4157}
    4258
    43 
    44 Terminal::~Terminal () {}
     59Terminal::~Terminal ()
     60{}
    4561
    4662
     
    5571   WorldEntity::loadParams(root);
    5672}
    57 
    58 
    59 
    60 
    61 /**
    62  * initializes the gui
    63  */
    64 void Terminal::guiInit()
    65 {
    66  
    67  
    68 }
Note: See TracChangeset for help on using the changeset viewer.