mirror of
https://github.com/gopher64/gopher64.git
synced 2026-07-11 01:25:20 +02:00
leaderboard tracker (#740)
* leaderboard tracker * more * more * more * more
This commit is contained in:
@@ -56,6 +56,8 @@ void achievement_challenge_indicator_remove(const char *achievement_title);
|
||||
void achievement_progress_add(const char *achievement_title,
|
||||
const char *progress);
|
||||
void achievement_progress_remove(const char *achievement_title);
|
||||
void leaderboard_tracker_add(uint32_t id, const char *display);
|
||||
void leaderboard_tracker_remove(uint32_t id);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user