diff options
author | rtk0c <[email protected]> | 2021-06-11 13:35:35 -0700 |
---|---|---|
committer | rtk0c <[email protected]> | 2021-06-11 13:35:35 -0700 |
commit | 8f7daa9bd100345d7e23639604c9a3a50ce6448b (patch) | |
tree | 4b0c4934f29dfca933e1e955a8af2e61c2719ca1 /core/src/UI/fwd.hpp | |
parent | 222cfec6ad882196d8927f73e30d905daae89556 (diff) |
Convert runtime-loaded l10n to string literals chosen at compile time
Diffstat (limited to 'core/src/UI/fwd.hpp')
-rw-r--r-- | core/src/UI/fwd.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/core/src/UI/fwd.hpp b/core/src/UI/fwd.hpp index 9b88370..756e567 100644 --- a/core/src/UI/fwd.hpp +++ b/core/src/UI/fwd.hpp @@ -1,8 +1,5 @@ #pragma once -// Localization.hpp -class LocaleStrings; - // UI.hpp namespace ImGui { enum class IconType; |