source:
orxonox.OLD/branches/gui/src/world_entities/terminal/terminal.h
@
10007
Last change on this file since 10007 was 9973, checked in by hejja, 18 years ago | |
---|---|
File size: 365 bytes |
Line | |
---|---|
1 | |
2 | #ifndef _TERMINAL_H |
3 | #define _TERMINAL_H |
4 | |
5 | #include "world_entity.h" |
6 | #include "glgui.h" |
7 | #include <vector> |
8 | |
9 | |
10 | |
11 | class Terminal : public WorldEntity |
12 | { |
13 | |
14 | ObjectListDeclaration(Terminal); |
15 | |
16 | public: |
17 | Terminal (const TiXmlElement* root); |
18 | virtual ~Terminal (); |
19 | |
20 | virtual void loadParams(const TiXmlElement* root = NULL); |
21 | |
22 | private: |
23 | |
24 | }; |
25 | |
26 | #endif /* _TERMINAL_H */ |
Note: See TracBrowser
for help on using the repository browser.