(svn r25291) -Add: WindowDesc ability to load and store information in a config file.

This commit is contained in:
frosch
2013-05-26 19:27:22 +00:00
parent 8157a8afd8
commit 23ba42b66c
11 changed files with 140 additions and 3 deletions

View File

@@ -1196,6 +1196,8 @@ void DeterminePaths(const char *exe)
_highscore_file = str_fmt("%shs.dat", _personal_dir);
extern char *_hotkeys_file;
_hotkeys_file = str_fmt("%shotkeys.cfg", _personal_dir);
extern char *_windows_file;
_windows_file = str_fmt("%swindows.cfg", _personal_dir);
/* Make the necessary folders */
#if !defined(__MORPHOS__) && !defined(__AMIGA__) && defined(WITH_PERSONAL_DIR)