Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/gui/src/world_entities/terminal/terminal.h @ 9967

Last change on this file since 9967 was 9967, checked in by hejja, 17 years ago

added terminal classes

File size: 345 bytes
Line 
1
2#ifndef _TERMINAL_H
3#define _TERMINAL_H
4
5#include "world_entity.h"
6
7
8
9class Terminal : public WorldEntity {
10
11  ObjectListDeclaration(Terminal);
12 public:
13   Terminal (const TiXmlElement* root);
14  virtual ~Terminal ();
15
16  virtual void loadParams(const TiXmlElement* root = NULL);
17
18
19
20 private:
21   
22   void guiInit();
23
24};
25
26#endif /* _TERMINAL_H */
Note: See TracBrowser for help on using the repository browser.