Forward declare ImGui::IsKeyPressed
This commit is contained in:
parent
b8784cc26f
commit
fe2e237a70
|
@ -1,7 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <imgui/imgui.h>
|
||||
#include "../misc.h"
|
||||
namespace ImGui { bool IsKeyPressed(ImGuiKeyChord key_chord, bool repeat); }; // forward declaration from ../misc.h
|
||||
|
||||
void ok_buttons_fragment(bool* p_open, auto ok, auto apply);
|
||||
|
||||
|
|
Loading…
Reference in New Issue