shithub: candycrisis

ref: 13aedf6a9faab2fe48c45278cd8280c76ec3816b
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;