File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3978,8 +3978,8 @@ struct ImGuiPlatformIO
39783978 // Functions
39793979 // ------------------------------------------------------------------
39803980
3981- void ClearPlatformHandlers (); // Clear all Platform_XXX fields. Typically called on Platform Backend shutdown.
3982- void ClearRendererHandlers (); // Clear all Renderer_XXX fields. Typically called on Renderer Backend shutdown.
3981+ IMGUI_API void ClearPlatformHandlers (); // Clear all Platform_XXX fields. Typically called on Platform Backend shutdown.
3982+ IMGUI_API void ClearRendererHandlers (); // Clear all Renderer_XXX fields. Typically called on Renderer Backend shutdown.
39833983};
39843984
39853985// (Optional) Support for IME (Input Method Editor) via the platform_io.Platform_SetImeDataFn() function. Handler is called during EndFrame().
You can’t perform that action at this time.
0 commit comments