diff --git a/fragments/ok_buttons_fragment.h b/fragments/ok_buttons_fragment.h index 119a0d9..ed155ee 100644 --- a/fragments/ok_buttons_fragment.h +++ b/fragments/ok_buttons_fragment.h @@ -1,7 +1,7 @@ #pragma once #include -#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);