From 68962ae6831faebb55bcf4db9c03437ff6ab2900 Mon Sep 17 00:00:00 2001 From: ocornut Date: Tue, 21 Jul 2015 19:53:06 -0600 Subject: [PATCH] README update --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f79b343b..cefd8f88 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,10 @@ ImGui is particularly suited to integration in realtime 3D applications, fullscr ImGui is self-contained within a few files that you can easily copy and compile into your application/engine: - imgui.cpp + - imgui.h - imgui_demo.cpp - imgui_draw.cpp - - imgui.h + - imgui_internal.h - imconfig.h (empty by default, user-editable) - stb_rect_pack.h - stb_textedit.h