diff options
author | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2023-06-13 19:37:41 -0400 |
---|---|---|
committer | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2023-07-21 10:56:54 -0400 |
commit | b4f2ad3ff5c49549bc72997360c31d0662a97439 (patch) | |
tree | 71a6cfc62fd2aca84c10832ea0485ebaf4b12c47 /src/common/settings_common.h | |
parent | 3b0650b70d8196b30102e73305066e0dba9da8fe (diff) |
settings: Move IsConfiguringGlobal to settings_common
Diffstat (limited to 'src/common/settings_common.h')
-rw-r--r-- | src/common/settings_common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/settings_common.h b/src/common/settings_common.h index 81d59115d..9d1044a19 100644 --- a/src/common/settings_common.h +++ b/src/common/settings_common.h @@ -43,6 +43,9 @@ enum class Category : u32 { MaxEnum, }; +bool IsConfiguringGlobal(); +void SetConfiguringGlobal(bool is_global); + class BasicSetting; class Linkage { |