| 318 | |
| 319 | public: |
| 320 | struct PathStruct { |
| 321 | std::string path; |
| 322 | std::string name; |
| 323 | std::string ext; |
| 324 | bool isOk = false; |
| 325 | }; |
| 326 | |
| 327 | public: |
| 328 | static bool ImSplitter(bool split_vertically, float thickness, float* size1, float* size2, float min_size1, float min_size2, float splitter_long_axis_size = -1.0f); |
nothing calls this directly
no outgoing calls
no test coverage detected