1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-11 00:04:24 +00:00

Fixed stray end of line blanks, added comments in .editorconfig, tweaked some headers.

This commit is contained in:
omar 2020-04-07 14:46:46 +02:00
parent 4e7ceb5f90
commit 832fda8488
9 changed files with 13 additions and 13 deletions

View file

@ -1,5 +1,4 @@
// imgui_stdlib.cpp
// Wrappers for C++ standard library (STL) types (std::string, etc.)
// dear imgui: wrappers for C++ standard library (STL) types (std::string, etc.)
// This is also an example of how you may wrap your own similar types.
// Compatibility: