Fixed static order init fiasco

This commit is contained in:
acidicoala
2026-01-02 21:57:41 +05:00
parent 3b8635d16b
commit 9acf7312d3
8 changed files with 43 additions and 32 deletions

View File

@@ -43,7 +43,7 @@ namespace smoke_api::config {
)
};
extern Config instance;
Config& get() noexcept;
std::vector<DLC> get_extra_dlcs(AppId_t app_id);