show all savegames from menu

This commit is contained in:
Ondrej Novak 2025-04-15 14:58:44 +02:00
parent f49a7490c1
commit 45bb0c8431
4 changed files with 51 additions and 25 deletions

View file

@ -6,8 +6,8 @@ extern "C" {
// Initialize Steam (if available). Optional to call.
// If not called manually, will auto-init on first achievement set.
void achievements_init();
void achievements_shutdown();
void steam_init();
void steam_shutdown();
/// Set an achievement by its API name (if Steam available, otherwise ignored)
/**