Initial badges work
Additional cleanup probably necessary, some more feature work still in progress (zip files)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user