mirror of
https://github.com/Drezil/imgui.git
synced 2024-11-15 01:17:00 +00:00
Fixed stray end of line blanks, added comments in .editorconfig, tweaked some headers.
This commit is contained in:
parent
4e7ceb5f90
commit
832fda8488
@ -1,4 +1,6 @@
|
|||||||
# editorconfig.org
|
# See http://editorconfig.org to read about the EditorConfig format.
|
||||||
|
# - Automatically supported by VS2017+ and most common IDE or text editors.
|
||||||
|
# - For older VS2010 to VS2015, install https://marketplace.visualstudio.com/items?itemName=EditorConfigTeam.EditorConfig
|
||||||
|
|
||||||
# top-most EditorConfig file
|
# top-most EditorConfig file
|
||||||
root = true
|
root = true
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
// imgui_stdlib.cpp
|
// dear imgui: wrappers for C++ standard library (STL) types (std::string, etc.)
|
||||||
// Wrappers for C++ standard library (STL) types (std::string, etc.)
|
|
||||||
// This is also an example of how you may wrap your own similar types.
|
// This is also an example of how you may wrap your own similar types.
|
||||||
|
|
||||||
// Compatibility:
|
// Compatibility:
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
// imgui_stdlib.h
|
// dear imgui: wrappers for C++ standard library (STL) types (std::string, etc.)
|
||||||
// Wrappers for C++ standard library (STL) types (std::string, etc.)
|
|
||||||
// This is also an example of how you may wrap your own similar types.
|
// This is also an example of how you may wrap your own similar types.
|
||||||
|
|
||||||
// Compatibility:
|
// Compatibility:
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Wrapper to use FreeType (instead of stb_truetype) for Dear ImGui
|
// dear imgui: wrapper to use FreeType (instead of stb_truetype)
|
||||||
// Get latest version at https://github.com/ocornut/imgui/tree/master/misc/freetype
|
// Get latest version at https://github.com/ocornut/imgui/tree/master/misc/freetype
|
||||||
// Original code by @vuhdo (Aleksei Skriabin). Improvements by @mikesart. Maintained and v0.60+ by @ocornut.
|
// Original code by @vuhdo (Aleksei Skriabin). Improvements by @mikesart. Maintained and v0.60+ by @ocornut.
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// Wrapper to use FreeType (instead of stb_truetype) for Dear ImGui
|
// dear imgui: wrapper to use FreeType (instead of stb_truetype)
|
||||||
// Get latest version at https://github.com/ocornut/imgui/tree/master/misc/freetype
|
// Get latest version at https://github.com/ocornut/imgui/tree/master/misc/freetype
|
||||||
// Original code by @Vuhdo (Aleksei Skriabin), maintained by @ocornut
|
// Original code by @Vuhdo (Aleksei Skriabin), maintained by @ocornut
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
// imgui_single_file.h
|
// dear imgui: single-file wrapper include
|
||||||
// We use this to validate compiling all *.cpp files in a same compilation unit.
|
// We use this to validate compiling all *.cpp files in a same compilation unit.
|
||||||
// Users of that technique (also called "Unity builds") can generally provide this themselves,
|
// Users of that technique (also called "Unity builds") can generally provide this themselves,
|
||||||
// so we don't really recommend you use this in your projects.
|
// so we don't really recommend you use this in your projects.
|
||||||
|
Loading…
Reference in New Issue
Block a user