Initial badges work

Additional cleanup probably necessary, some more feature work still in progress (zip files)
This commit is contained in:
2024-05-30 15:45:03 -04:00
parent 8c42a23eeb
commit 4d9cde01c4
11 changed files with 681 additions and 2 deletions

View File

@@ -79,6 +79,7 @@ typedef struct {
const char *download_bgm;
const char *dump_single;
const char *dump_all_official;
const char *install_badges;
float start_pos;
const char *shuffle;
} Draw_Strings_s;
@@ -161,6 +162,10 @@ typedef struct {
const char *done;
} Themes_Strings_s;
typedef struct {
const char *extdata_locked;
} Badge_Strings_s;
typedef struct {
Instructions_s normal_instructions[MODE_AMOUNT];
Instructions_s install_instructions;
@@ -175,6 +180,7 @@ typedef struct {
Instructions_s remote_extra_instructions;
Splashes_Strings_s splashes;
Themes_Strings_s themes;
Badge_Strings_s badges;
} Language_s;
typedef enum {