1
0
mirror of https://github.com/ocornut/imgui.git synced 2024-11-12 02:00:58 +01:00

Version number

This commit is contained in:
ocornut 2014-12-30 15:10:55 +00:00
parent 209be54e49
commit 691ca46978

View File

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