only if standalone

This commit is contained in:
asvitkine 2009-08-01 15:31:54 +00:00
parent 743888f407
commit 80a7589e29

View File

@ -25,6 +25,7 @@
const int CDROMRefNum = -62; // RefNum of driver
#ifdef STANDALONE_PREFS
void prefs_init()
{
}
@ -32,6 +33,7 @@ void prefs_init()
void prefs_exit()
{
}
#endif
@implementation PrefsEditor