mirror of
https://github.com/Drezil/imgui.git
synced 2024-11-22 03:47:00 +00:00
Docs: added details and link to wiki from imgui_stdlib to increase discoverability.
This commit is contained in:
parent
8a6911b894
commit
f65bcf481a
@ -9,5 +9,5 @@ imgui_scoped.h
|
|||||||
Try by merging: https://github.com/ocornut/imgui/pull/2197
|
Try by merging: https://github.com/ocornut/imgui/pull/2197
|
||||||
Discuss at: https://github.com/ocornut/imgui/issues/2096
|
Discuss at: https://github.com/ocornut/imgui/issues/2096
|
||||||
|
|
||||||
See more C++ related extension on Wiki
|
See more C++ related extension (fmt, RAII, syntaxis sugar) on Wiki:
|
||||||
https://github.com/ocornut/imgui/wiki/Useful-Extensions#cness
|
https://github.com/ocornut/imgui/wiki/Useful-Extensions#cness
|
||||||
|
@ -4,6 +4,9 @@
|
|||||||
// Changelog:
|
// Changelog:
|
||||||
// - v0.10: Initial version. Added InputText() / InputTextMultiline() calls with std::string
|
// - v0.10: Initial version. Added InputText() / InputTextMultiline() calls with std::string
|
||||||
|
|
||||||
|
// See more C++ related extension (fmt, RAII, syntaxis sugar) on Wiki:
|
||||||
|
// https://github.com/ocornut/imgui/wiki/Useful-Extensions#cness
|
||||||
|
|
||||||
#include "imgui.h"
|
#include "imgui.h"
|
||||||
#include "imgui_stdlib.h"
|
#include "imgui_stdlib.h"
|
||||||
|
|
||||||
|
@ -4,6 +4,9 @@
|
|||||||
// Changelog:
|
// Changelog:
|
||||||
// - v0.10: Initial version. Added InputText() / InputTextMultiline() calls with std::string
|
// - v0.10: Initial version. Added InputText() / InputTextMultiline() calls with std::string
|
||||||
|
|
||||||
|
// See more C++ related extension (fmt, RAII, syntaxis sugar) on Wiki:
|
||||||
|
// https://github.com/ocornut/imgui/wiki/Useful-Extensions#cness
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
Loading…
Reference in New Issue
Block a user