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