# | Line 53 | Line 53 | extern int32 PrefsFindInt32(const char * | |
---|---|---|
53 | ||
54 | extern void PrefsRemoveItem(const char *name, int index = 0); | |
55 | ||
56 | + | #ifdef SHEEPSHAVER |
57 | + | // Platform specific functions: |
58 | + | extern void prefs_init(); |
59 | + | extern void prefs_exit(); |
60 | + | #endif |
61 | ||
62 | /* | |
63 | * Definition of preferences items |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |