From c7529c8ea8ef36e344d00cb38e1493b465ce6090 Mon Sep 17 00:00:00 2001 From: omar Date: Tue, 10 Aug 2021 14:34:34 +0200 Subject: [PATCH] Reword file list as *.cpp *.h (#4413) --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index f51781eec..cb4ccb674 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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.