challenge indicators (#739)

* Add Challenge Indicators

* more

* more

* use c++20

* shorten messages

* progress

* more

* more

* more

* more
This commit is contained in:
Logan McNaughton
2026-04-13 09:16:15 +02:00
committed by GitHub
parent 4240a99ad5
commit c4b86eb4b1
16 changed files with 168 additions and 44 deletions
+6
View File
@@ -51,6 +51,12 @@ size_t rdp_state_size();
void rdp_save_state(uint8_t *state);
void rdp_load_state(const uint8_t *state);
void achievement_challenge_indicator_add(const char *achievement_title);
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);
#ifdef __cplusplus
}
#endif