source:
orxonox.OLD/orxonox/trunk/gui/orxonox_gui.h
@
3184
| Last change on this file since 3184 was 3164, checked in by bensch, 21 years ago | |
|---|---|
| File size: 355 bytes | |
| Rev | Line | |
|---|---|---|
| [2588] | 1 | /*! |
| 2 | \file orxonox_gui.h | |
| [3156] | 3 | \brief Creation of the Gui |
| [2588] | 4 | */ |
| 5 | ||
| [1809] | 6 | #ifndef _ORXONOX_GUI_H |
| 7 | #define _ORXONOX_GUI_H | |
| 8 | ||
| [3147] | 9 | #include <iostream> |
| 10 | using namespace std; | |
| 11 | ||
| [3144] | 12 | #include "orxonox_gui_gtk.h" |
| 13 | ||
| [1809] | 14 | #include <stdlib.h> |
| 15 | ||
| [2588] | 16 | //! Class that creates the OrxonoxGui |
| [2018] | 17 | class OrxonoxGui |
| [1817] | 18 | { |
| [2018] | 19 | public: |
| 20 | OrxonoxGui (int argc, char *argv[]); | |
| 21 | ~OrxonoxGui (); | |
| 22 | ||
| 23 | }; | |
| 24 | ||
| [2605] | 25 | |
| [2018] | 26 | |
| [1809] | 27 | #endif /* _ORXONOX_GUI_H */ |
Note: See TracBrowser
for help on using the repository browser.










