mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-12-15 04:29:37 +00:00
Write out scores and prefs immediately upon change instead of when app exits, since Android doesn't really exit normally.
This commit is contained in:
@@ -99,6 +99,7 @@ void SortHighScores (void);
|
||||
void ZeroHighScores (void);
|
||||
void ZeroAllButHighestScore (void);
|
||||
Boolean TestHighScore (void);
|
||||
void WriteScores (void); // Either saves the house or saves scores, depending on if it's read-only
|
||||
Boolean WriteScoresToDisk (void);
|
||||
Boolean ReadScoresFromDisk (void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user