![]() |
PeriDyno 1.2.1
|
#include <imgui_internal.h>#include "imgui_extend.h"#include "Platform.h"#include "Math/SimpleMath.h"
Go to the source code of this file.
Namespaces | |
| namespace | ImGui |
Macros | |
| #define | IMGUI_DEFINE_MATH_OPERATORS |
Functions | |
| template<typename T, typename... Args> | |
| std::unique_ptr< T > | make_unique (Args &&... args) |
Variables | |
| thread_local ImGuiContext * | MyImGuiTLS |
| ImVec4 | ImGui::ExColorsVal [ImGuiExColVal_COUNT] |
| #define IMGUI_DEFINE_MATH_OPERATORS |
Definition at line 1 of file imgui_extend.cpp.
| thread_local ImGuiContext* MyImGuiTLS |
Definition at line 8 of file imgui_extend.cpp.