shithub: candycrisis

ref: 1ae6334bfaeb53c301a553e45733ad2a50b74689
dir: /Source/prefs.h/

View raw version
// prefs.h

void LoadPrefs( void );
void SavePrefs( void );

void GeneratePrefsFile( void );
long UniqueSystem( void );

unsigned char *FindPrefsLine( unsigned char *prefsText, long prefsLength, long searchCode, long dataQuantity );

typedef struct
{
	long itemName;
	void *itemPointer;
	short size;
}
PrefList;