Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3147 in orxonox.OLD for orxonox/trunk/gui/orxonox_gui.h


Ignore:
Timestamp:
Dec 11, 2004, 3:08:34 PM (19 years ago)
Author:
bensch
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/gui/orxonox_gui.h

    r3144 r3147  
    1111#endif
    1212
     13#include <iostream>
     14using namespace std;
     15
    1316#include "orxonox_gui_gtk.h"
    1417
    1518#include <stdlib.h>
    16 #include <gtk/gtkmain.h>
    17 #include <gtk/gtkwindow.h>
    18 #include <gtk/gtkframe.h>
    19 #include <gtk/gtkhbox.h>
    20 #include <gtk/gtkvbox.h>
    21 #include <gtk/gtkbutton.h>
    22 #include <gtk/gtkcheckbutton.h>
    23 #include <gtk/gtkhscale.h>
    24 #include <gtk/gtkoptionmenu.h>
    25 #include <gtk/gtkmenu.h>
    26 #include <gtk/gtkmenuitem.h>
    27 #include <gtk/gtklabel.h>
    28 #include <gtk/gtkimage.h>
    29 #include <gtk/gtkeventbox.h>
    3019
    3120//! Class that creates the OrxonoxGui
Note: See TracChangeset for help on using the changeset viewer.