Skip to content

Commit

Permalink
header guard, rename patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciremun committed Oct 10, 2024
1 parent 2d6f7e4 commit 4d13a96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion freedom/scan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
2 changes: 2 additions & 0 deletions include/ui/colors.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#pragma once

#include "imgui.h"

#define ITEM_DISABLED ImVec4(0.50f, 0.50f, 0.50f, 1.00f)
Expand Down

0 comments on commit 4d13a96

Please sign in to comment.