Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1829 in orxonox.OLD for orxonox/branches/bensch/orxonox_gui_file.h


Ignore:
Timestamp:
Apr 15, 2004, 2:14:40 AM (21 years ago)
Author:
bensch
Message:

orxonox/branches/bensch: added save/load ability

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/bensch/orxonox_gui_file.h

    r1817 r1829  
    44#include "orxonox_gui.h"
    55
    6 struct settings orxonox_gui_file_save (char *filename);
    7 struct settings orxonox_gui_file_load (char *filename);
     6void orxonox_gui_file_save (char *config_file, struct settings *orxonox_settings);
     7void orxonox_gui_file_load (char *config_file, struct settings *orxonox_settings);
    88void orxonox_gui_file_default (struct settings *orxonox_settings);
    99
Note: See TracChangeset for help on using the changeset viewer.