diff --git a/freedom/scan.cpp b/freedom/scan.cpp index 753b92b..873120a 100644 --- a/freedom/scan.cpp +++ b/freedom/scan.cpp @@ -78,7 +78,7 @@ CodeStart all_code_starts[] = { { .name = "Selected Mods", .ptr = &selected_mods_code_start }, { .name = "Update Mods", .ptr = &update_mods_code_start }, { .name = "Update Variables", .ptr = &hom_update_vars_hidden_loc }, - { .name = "SendInput", .ptr = &nt_user_send_input_dispatch_table_id_found }, + { .name = "SendInputPatch", .ptr = &nt_user_send_input_dispatch_table_id_found }, }; inline bool all_code_starts_found() diff --git a/include/ui/colors.h b/include/ui/colors.h index 874bfa7..cb4e997 100644 --- a/include/ui/colors.h +++ b/include/ui/colors.h @@ -1,3 +1,5 @@ +#pragma once + #include "imgui.h" #define ITEM_DISABLED ImVec4(0.50f, 0.50f, 0.50f, 1.00f)