Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 3151 was 3147, checked in by bensch, 20 years ago

orxonox/trunk/gui: typo, toDo and so on

File size: 432 bytes
RevLine 
[2588]1/*!
2 \file orxonox_gui.h
3 \brief Contains all Widgets and the Creation of the Gui
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.