diff options
| author | Haoyu Qiu <timothyqiu32@gmail.com> | 2024-08-15 15:00:47 +0800 |
|---|---|---|
| committer | Haoyu Qiu <timothyqiu32@gmail.com> | 2024-08-15 15:00:47 +0800 |
| commit | 7343dc3a5d9135d419c47c077e1f5e84025a9a02 (patch) | |
| tree | 88a75a3444d12f9ef73b31f429617c86f0a8de89 /modules | |
| parent | 33c30b9e63a58b860cb2f36957c5e25cee34a627 (diff) | |
| download | redot-engine-7343dc3a5d9135d419c47c077e1f5e84025a9a02.tar.gz | |
Split TranslationServer into its own file
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/text_server_adv/text_server_adv.cpp | 2 | ||||
| -rw-r--r-- | modules/text_server_fb/text_server_fb.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/text_server_adv/text_server_adv.cpp b/modules/text_server_adv/text_server_adv.cpp index 499ddb703b..4e34b0cddc 100644 --- a/modules/text_server_adv/text_server_adv.cpp +++ b/modules/text_server_adv/text_server_adv.cpp @@ -51,7 +51,7 @@ using namespace godot; #include "core/error/error_macros.h" #include "core/object/worker_thread_pool.h" #include "core/string/print_string.h" -#include "core/string/translation.h" +#include "core/string/translation_server.h" #include "scene/resources/image_texture.h" #include "modules/modules_enabled.gen.h" // For freetype, msdfgen, svg. diff --git a/modules/text_server_fb/text_server_fb.cpp b/modules/text_server_fb/text_server_fb.cpp index b45c004011..e89546a77e 100644 --- a/modules/text_server_fb/text_server_fb.cpp +++ b/modules/text_server_fb/text_server_fb.cpp @@ -52,7 +52,7 @@ using namespace godot; #include "core/config/project_settings.h" #include "core/error/error_macros.h" #include "core/string/print_string.h" -#include "core/string/translation.h" +#include "core/string/translation_server.h" #include "modules/modules_enabled.gen.h" // For freetype, msdfgen, svg. |
