From 82727d71199eb7962a45d0a65a9dfc2799372a62 Mon Sep 17 00:00:00 2001 From: ocornut Date: Sat, 18 Jul 2015 14:07:22 -0600 Subject: [PATCH] Version number 1.44 WIP --- imgui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imgui.h b/imgui.h index 0098e5fa..2b266f8b 100644 --- a/imgui.h +++ b/imgui.h @@ -1,4 +1,4 @@ -// ImGui library v1.44 +// ImGui library v1.44 WIP // See .cpp file for documentation. // See ImGui::ShowTestWindow() for sample code. // Read 'Programmer guide' in .cpp for notes on how to setup ImGui in your codebase.