Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 5, 2005, 1:02:24 AM (19 years ago)
Author:
bensch
Message:

orxonox/branches/guiMerge: better fileReadIn (more like orxonox)

File:
1 edited

Legend:

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

    r4049 r4051  
    1616using namespace std;
    1717
    18 #define ORXONOX_GUI_DEFAULT_CONFIG_FILE "~/.orxonox/orxonox.conf"
     18#define GUI_DEFAULT_CONF_DIR "~/.orxonox"
     19#define GUI_DEFAULT_CONF_FILE "orxonox.conf"
    1920
    2021class OrxonoxGuiElement;
     
    2627  OrxonoxGui(int argc, char *argv[]);
    2728  ~OrxonoxGui(void);
     29
     30  static bool startOrxonox;
    2831};
    2932
Note: See TracChangeset for help on using the changeset viewer.