/*! \file orxonox_gui.h \brief Creation of the Gui */ #ifndef _ORXONOX_GUI_H #define _ORXONOX_GUI_H #include using namespace std; #include "orxonox_gui_gtk.h" #include //! Class that creates the OrxonoxGui class OrxonoxGui { public: OrxonoxGui (int argc, char *argv[]); ~OrxonoxGui (); }; #endif /* _ORXONOX_GUI_H */