From 931b8dcdaf63c82c8b7df888bbf1c156442aef29 Mon Sep 17 00:00:00 2001 From: ocornut Date: Sun, 31 May 2015 19:31:02 +0100 Subject: [PATCH] Version 1.40 --- imgui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imgui.cpp b/imgui.cpp index 3e6a09e39d3e..3798063d6956 100644 --- a/imgui.cpp +++ b/imgui.cpp @@ -1,4 +1,4 @@ -// ImGui library v1.40 WIP +// ImGui library v1.40 // See ImGui::ShowTestWindow() for sample code. // Read 'Programmer guide' below for notes on how to setup ImGui in your codebase. // Get latest version at https://github.com/ocornut/imgui