Results 3 issues of DDeimos

### Version/Branch of Dear ImGui: Version 1.91.1, Branch: docking ### Back-ends: any ### Compiler, OS: Windows 11 + MSVS 2022 ### Full config/build information: _No response_ ### Details: I updated...

docking

Hi! There is this declaration in chipmunk.h: ```cpp #ifdef _WIN32 #define CP_EXPORT __declspec(dllexport) #else #define CP_EXPORT #endif ``` I would prefer to add Chipmunk source files to my project directly....

Hello! There are two includes of Dear ImGui headers: 1. imgui.h in the implot.h 2. imgui_internal.h in the implot_internal.h Both headers are included as it is without extra `imgui` directory....