You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
MangoHud/src/gl/imgui_hud_shared.h

16 lines
257 B
C++

#pragma once
#include <imgui.h>
#include "overlay.h"
#include "notify.h"
namespace MangoHud { namespace GL {
extern notify_thread notifier;
extern ImVec2 window_size;
extern bool inited;
extern overlay_params params;
void imgui_init();
}} // namespaces