Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

orxonox/trunk/gui: moved some stuff to gui_gtk

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