Minor rebranding "ImGui" -> "dear imgui" (#21)

This commit is contained in:
ocornut
2015-12-24 19:56:47 +01:00
parent 25c9448dda
commit e4cf44e967
5 changed files with 13 additions and 13 deletions

View File

@ -1,5 +1,5 @@
// ImGui library v1.47 WIP
// Main code & documentation
// dear imgui, v1.47 WIP
// (main code and documentation)
// See ImGui::ShowTestWindow() in imgui_demo.cpp for demo code.
// Newcomers, read 'Programmer guide' below for notes on how to setup ImGui in your codebase.