Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

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

File size: 432 bytes
Line 
1/*!
2 \file orxonox_gui.h
3 \brief Contains all Widgets and the 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>
14using namespace std;
15
16#include "orxonox_gui_gtk.h"
17
18#include <stdlib.h>
19
20//! Class that creates the OrxonoxGui
21class 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.