Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/orxonox/trunk/gui/orxonox_gui.h @ 3156

Last change on this file since 3156 was 3156, checked in by bensch, 19 years ago

orxonox/trunk/gui: setting keys is really sexy now

File size: 403 bytes
RevLine 
[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
[2618]9#if HAVE_CONFIG_H
10#include <config.h> 
11#endif
12
[3147]13#include <iostream>
14using namespace std;
15
[3144]16#include "orxonox_gui_gtk.h"
17
[1809]18#include <stdlib.h>
19
[2588]20//! Class that creates the OrxonoxGui
[2018]21class OrxonoxGui
[1817]22{
[2018]23 public:
24  OrxonoxGui (int argc, char *argv[]);
25  ~OrxonoxGui ();
26
27};
28
[2605]29
[2018]30
[1809]31#endif /* _ORXONOX_GUI_H */
Note: See TracBrowser for help on using the repository browser.