Last change
on this file since 3159 was
3156,
checked in by bensch, 20 years ago
|
orxonox/trunk/gui: setting keys is really sexy now
|
File size:
403 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 | #if HAVE_CONFIG_H |
---|
10 | #include <config.h> |
---|
11 | #endif |
---|
12 | |
---|
13 | #include <iostream> |
---|
14 | using namespace std; |
---|
15 | |
---|
16 | #include "orxonox_gui_gtk.h" |
---|
17 | |
---|
18 | #include <stdlib.h> |
---|
19 | |
---|
20 | //! Class that creates the OrxonoxGui |
---|
21 | class OrxonoxGui |
---|
22 | { |
---|
23 | public: |
---|
24 | OrxonoxGui (int argc, char *argv[]); |
---|
25 | ~OrxonoxGui (); |
---|
26 | |
---|
27 | }; |
---|
28 | |
---|
29 | |
---|
30 | |
---|
31 | #endif /* _ORXONOX_GUI_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.