Parcourir la source

Version number

omar il y a 10 ans
Parent
commit
5f8175abaa
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      imgui.cpp
  2. 1 1
      imgui.h

+ 1 - 1
imgui.cpp

@@ -1,4 +1,4 @@
-// ImGui library v1.16 wip
+// ImGui library v1.16
 // See ImGui::ShowTestWindow() for sample code.
 // See ImGui::ShowTestWindow() for sample code.
 // Read 'Programmer guide' below for notes on how to setup ImGui in your codebase.
 // Read 'Programmer guide' below for notes on how to setup ImGui in your codebase.
 // Get latest version at https://github.com/ocornut/imgui
 // Get latest version at https://github.com/ocornut/imgui

+ 1 - 1
imgui.h

@@ -1,4 +1,4 @@
-// ImGui library v1.16 wip
+// ImGui library v1.16
 // See .cpp file for commentary.
 // See .cpp file for commentary.
 // See ImGui::ShowTestWindow() for sample code.
 // See ImGui::ShowTestWindow() for sample code.
 // Read 'Programmer guide' in .cpp for notes on how to setup ImGui in your codebase.
 // Read 'Programmer guide' in .cpp for notes on how to setup ImGui in your codebase.