mirror of
https://github.com/kevinporetti/UnrealImGui.git
synced 2025-01-18 16:30:32 +00:00
10 lines
197 B
C
10 lines
197 B
C
|
// Distributed under the MIT License (MIT) (see accompanying LICENSE file)
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#include <imgui.h>
|
||
|
|
||
|
|
||
|
// Get default context created by ImGui framework.
|
||
|
ImGuiContext& GetDefaultContext();
|