Update thirdperson.c, hooks.c, and 3 more files...

This commit is contained in:
2025-04-04 17:07:54 -04:00
parent 0c63d7c969
commit 07b05f02c4
5 changed files with 77 additions and 224 deletions

View File

@@ -17,6 +17,8 @@ void menu_key_event(int keynum, int down);
extern bool g_menu_open;
extern bool g_imgui_initialized;
extern ImGuiContext* g_imgui_context;
extern bool g_waiting_for_key_bind;
extern const char* g_current_key_binding_action;
#ifdef __cplusplus
}