SRSDK  0.10.39
Loading...
Searching...
No Matches
config.hpp
Go to the documentation of this file.
1#pragma once
2
3#include "leia/common/api.h"
4
5#define IMGUI_API LEIA_COMMON_API
6
7struct ImGuiContext;
8extern thread_local ImGuiContext* g_ImGuiTLS;
9#define GImGui g_ImGuiTLS
thread_local ImGuiContext * g_ImGuiTLS