Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
parent
689c8c819b
commit
77a6e595d8
1 changed files with 3 additions and 0 deletions
|
@ -21,5 +21,8 @@ extern const char g_title_bar_format_running[];
|
||||||
extern const char g_shader_cache_version[];
|
extern const char g_shader_cache_version[];
|
||||||
extern const char g_compiler_id[];
|
extern const char g_compiler_id[];
|
||||||
extern const bool g_is_dev_build;
|
extern const bool g_is_dev_build;
|
||||||
|
extern const char g_build_auto_update_website[];
|
||||||
|
extern const char g_build_auto_update_api[];
|
||||||
|
extern const char g_build_auto_update_repo[];
|
||||||
|
|
||||||
} // namespace Common
|
} // namespace Common
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue