1
0
mirror of https://github.com/ocornut/imgui.git synced 2024-11-24 15:50:25 +01:00

Version number 1.44 WIP

This commit is contained in:
ocornut 2015-07-18 14:07:22 -06:00
parent cdbf71ac12
commit 82727d7119

View File

@ -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.