Skip to content

Commit 757a4c6

Browse files
Updating README.md to include imgui_tables.cpp (#152)
The newest version of imgui now requires that imgui_tables.cpp be included in your project to use the library.
1 parent 05b0f74 commit 757a4c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Integrating into your project manually
5252
---
5353
- Download [ImGui](https://github.com/ocornut/imgui)
5454
- Add ImGui folder to your include directories
55-
- Add `imgui.cpp`, `imgui_widgets.cpp` and `imgui_draw.cpp` to your build/project
55+
- Add `imgui.cpp`, `imgui_widgets.cpp`, `imgui_draw.cpp` and `imgui_tables.cpp` to your build/project
5656
- Copy the contents of `imconfig-SFML.h` to your `imconfig.h` file. (to be able to cast `ImVec2` to `sf::Vector2f` and vice versa)
5757
- Add a folder which contains `imgui-SFML.h` to your include directories
5858
- Add `imgui-SFML.cpp` to your build/project

0 commit comments

Comments
 (0)