fixed highscores
This commit is contained in:
@ -11,4 +11,7 @@ void SubmitHighscoreAsync(const ScoreEntry &entry);
|
||||
// Fetch highscores for a game type. If gameType is empty, fetch all (limited).
|
||||
std::vector<ScoreEntry> FetchHighscores(const std::string &gameType, int limit);
|
||||
|
||||
// Enable or disable verbose logging to stderr. Disabled by default.
|
||||
void SetVerbose(bool enabled);
|
||||
|
||||
} // namespace supabase
|
||||
|
||||
Reference in New Issue
Block a user