This commit is contained in:
ocornut
2015-09-09 14:15:17 +01:00
parent cafe8b0cd7
commit 1793c1a991
4 changed files with 36 additions and 28 deletions

View File

@ -3,7 +3,7 @@
// See imgui.cpp file for documentation.
// See ImGui::ShowTestWindow() in imgui_demo.cpp for demo code.
// Read 'Programmer guide' in .cpp for notes on how to setup ImGui in your codebase.
// Read 'Programmer guide' in imgui.cpp for notes on how to setup ImGui in your codebase.
// Get latest version at https://github.com/ocornut/imgui
#pragma once