mirror of
https://github.com/flightlessmango/MangoHud.git
synced 2024-11-16 00:13:00 +00:00
8 lines
181 B
C
8 lines
181 B
C
|
#pragma once
|
||
|
|
||
|
void imgui_init();
|
||
|
void imgui_create(void *ctx);
|
||
|
void imgui_shutdown();
|
||
|
void imgui_set_context(void *ctx);
|
||
|
void imgui_render(unsigned int width, unsigned int height);
|