diff --git a/core/rend/gui_util.h b/core/rend/gui_util.h index d35a4bc02..08a5e5635 100644 --- a/core/rend/gui_util.h +++ b/core/rend/gui_util.h @@ -67,4 +67,4 @@ static inline void ImGui_impl_RenderDrawData(ImDrawData *draw_data, bool save_ba void ScrollWhenDraggingOnVoid(const ImVec2& delta, ImGuiMouseButton mouse_button); IMGUI_API const ImWchar* GetGlyphRangesChineseSimplifiedOfficial();// Default + Half-Width + Japanese Hiragana/Katakana + set of 7800 CJK Unified Ideographs from General Standard Chinese Characters -IMGUI_API const ImWchar* GetGlyphRangesChineseTraditionalOfficial();// Default + Half-Width + Japanese Hiragana/Katakana + set of 2500 CJK Unified Ideographs from Hong Kong's List of Graphemes of Commonly-Used Chinese Characters +IMGUI_API const ImWchar* GetGlyphRangesChineseTraditionalOfficial();// Default + Half-Width + Japanese Hiragana/Katakana + set of 4700 CJK Unified Ideographs from Hong Kong's List of Graphemes of Commonly-Used Chinese Characters