Skip to content

Commit

Permalink
Reword file list as *.cpp *.h (#4413)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocornut authored Aug 10, 2021
1 parent f99fe72 commit c7529c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Dear ImGui is particularly suited to integration in games engine (for tooling),

### Usage

**The core of Dear ImGui is self-contained within a few platform-agnostic files** which you can easily compile in your application/engine. They are all the files in the root folder of the repository (imgui.cpp, imgui.h, imgui_demo.cpp, imgui_draw.cpp etc.).
**The core of Dear ImGui is self-contained within a few platform-agnostic files** which you can easily compile in your application/engine. They are all the files in the root folder of the repository (imgui*.cpp, imgui*.h).

**No specific build process is required**. You can add the .cpp files to your existing project.

Expand Down

0 comments on commit c7529c8

Please sign in to comment.