mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-05-25 15:05:06 -04:00
6 lines
137 B
C++
6 lines
137 B
C++
#include "imgui.h"
|
|
|
|
extern "C" void dusk_mod_set_imgui_ctx(void* ctx) {
|
|
ImGui::SetCurrentContext(static_cast<ImGuiContext*>(ctx));
|
|
}
|