1
0
mirror of https://github.com/ocornut/imgui.git synced 2024-11-12 02:00:58 +01:00

Fix file names (#2083)

This commit is contained in:
Tesla Ice Zhang 2018-09-15 15:41:07 -04:00 committed by omar
parent c12da2a607
commit 4b353ce482

View File

@ -25,9 +25,9 @@ Dear ImGui is self-contained within a few files that you can easily copy and com
- imgui_widgets.cpp
- imgui_internal.h
- imconfig.h (empty by default, user-editable)
- stb_rect_pack.h
- stb_textedit.h
- stb_truetype.h
- imstb_rect_pack.h
- imstb_textedit.h
- imstb_truetype.h
No specific build process is required. You can add the .cpp files to your project or #include them from an existing file.