From 94f085aa3e0b77b132fd237b290ee9623981d8c5 Mon Sep 17 00:00:00 2001 From: ocornut Date: Tue, 21 Jul 2015 17:19:11 -0600 Subject: [PATCH] Update comments (#219) --- imgui.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/imgui.cpp b/imgui.cpp index ca758e9aa..5554afb80 100644 --- a/imgui.cpp +++ b/imgui.cpp @@ -221,6 +221,9 @@ A: Overwrite the following files: imgui.cpp imgui.h + imgui_demo.cpp + imgui_draw.cpp + imgui_internal.h stb_rect_pack.h stb_textedit.h stb_truetype.h