Changeset 1829 in orxonox.OLD for orxonox/branches/bensch/orxonox_gui_file.h
- Timestamp:
- Apr 15, 2004, 2:14:40 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/bensch/orxonox_gui_file.h
r1817 r1829 4 4 #include "orxonox_gui.h" 5 5 6 struct settings orxonox_gui_file_save (char *filename);7 struct settings orxonox_gui_file_load (char *filename);6 void orxonox_gui_file_save (char *config_file, struct settings *orxonox_settings); 7 void orxonox_gui_file_load (char *config_file, struct settings *orxonox_settings); 8 8 void orxonox_gui_file_default (struct settings *orxonox_settings); 9 9
Note: See TracChangeset
for help on using the changeset viewer.