# | Line 1 | Line 1 | |
---|---|---|
1 | /* | |
2 | * prefs.h - Preferences handling | |
3 | * | |
4 | < | * Basilisk II (C) 1997-1999 Christian Bauer |
4 | > | * Basilisk II (C) 1997-2000 Christian Bauer |
5 | * | |
6 | * This program is free software; you can redistribute it and/or modify | |
7 | * it under the terms of the GNU General Public License as published by | |
# | Line 26 | Line 26 | |
26 | extern void PrefsInit(void); | |
27 | extern void PrefsExit(void); | |
28 | ||
29 | + | extern void AddPrefsDefaults(void); |
30 | extern void AddPlatformPrefsDefaults(void); | |
31 | ||
32 | // Preferences loading/saving |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |