Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 4, 2005, 11:50:34 PM (19 years ago)
Author:
bensch
Message:

orxonox/branches/guiMerge: heavy clean-up of the gui

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/guiMerge/src/lib/gui/gui/orxonox_gui.h

    r4034 r4046  
    1616using namespace std;
    1717
    18 #include "orxonox_gui_gtk.h"
     18#include <stdlib.h>
    1919
    20 #include <stdlib.h>
     20#define ORXONOX_GUI_DEFAULT_CONFIG_FILE "~/.orxonox/orxonox.conf"
     21
     22class OrxonoxGuiElement;
    2123
    2224//! Class that creates the OrxonoxGui
     
    2628  OrxonoxGui(int argc, char *argv[]);
    2729  ~OrxonoxGui(void);
    28 
    2930};
    3031
Note: See TracChangeset for help on using the changeset viewer.