We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b0f74 commit 757a4c6Copy full SHA for 757a4c6
README.md
@@ -52,7 +52,7 @@ Integrating into your project manually
52
---
53
- Download [ImGui](https://github.com/ocornut/imgui)
54
- Add ImGui folder to your include directories
55
-- Add `imgui.cpp`, `imgui_widgets.cpp` and `imgui_draw.cpp` to your build/project
+- Add `imgui.cpp`, `imgui_widgets.cpp`, `imgui_draw.cpp` and `imgui_tables.cpp` to your build/project
56
- Copy the contents of `imconfig-SFML.h` to your `imconfig.h` file. (to be able to cast `ImVec2` to `sf::Vector2f` and vice versa)
57
- Add a folder which contains `imgui-SFML.h` to your include directories
58
- Add `imgui-SFML.cpp` to your build/project
0 commit comments