/*! \file orxonox_gui.h \brief Creation of the Gui \todo way to start gui without GTK (textmode) AND IMPROOVE \todo curl interface to Download cool stuff \todo widgets save themselves \todo good way to step through all the Widgets \todo label -> protected : getlabel function */ #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 */