From 2351afc4a50e82d6d9cabcecad8e75c79735311d Mon Sep 17 00:00:00 2001 From: Kojo Bailey Date: Sat, 15 Aug 2026 21:31:15 +0100 Subject: [PATCH 1/2] Change Windows.h to Linux-compatible windows.h --- libs/main_lib/src/util/mem.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs/main_lib/src/util/mem.h b/libs/main_lib/src/util/mem.h index f4909db..ceeb110 100644 --- a/libs/main_lib/src/util/mem.h +++ b/libs/main_lib/src/util/mem.h @@ -6,7 +6,7 @@ #define JAPI_PRELOAD_MEM_H #include -#include +#include #include #include #include @@ -74,4 +74,4 @@ inline std::uint8_t* PatternScan(void* module, const char* signature) return scanBytes; } -#endif //JAPI_PRELOAD_MEM_H \ No newline at end of file +#endif //JAPI_PRELOAD_MEM_H From 90e1927bfeb5a752aa2e6e20e7148b7da6c2df24 Mon Sep 17 00:00:00 2001 From: Kojo Bailey Date: Sat, 15 Aug 2026 21:40:24 +0100 Subject: [PATCH 2/2] Remove no-longer-tracked (gitignored) .idea directory --- .idea/.gitignore | 8 - .idea/.name | 1 - .idea/JAPI_rewrite.iml | 8 - .idea/copilot.data.migration.agent.xml | 6 - .idea/copilot.data.migration.ask.xml | 6 - .idea/copilot.data.migration.ask2agent.xml | 6 - .idea/copilot.data.migration.edit.xml | 6 - .idea/dictionaries/project.xml | 9 - .idea/editor.xml | 345 --------------------- .idea/misc.xml | 10 - .idea/modules.xml | 8 - .idea/vcs.xml | 7 - 12 files changed, 420 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/.name delete mode 100644 .idea/JAPI_rewrite.iml delete mode 100644 .idea/copilot.data.migration.agent.xml delete mode 100644 .idea/copilot.data.migration.ask.xml delete mode 100644 .idea/copilot.data.migration.ask2agent.xml delete mode 100644 .idea/copilot.data.migration.edit.xml delete mode 100644 .idea/dictionaries/project.xml delete mode 100644 .idea/editor.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 13566b8..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# Default ignored files -/shelf/ -/workspace.xml -# Editor-based HTTP Client requests -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/.name b/.idea/.name deleted file mode 100644 index 7d8209b..0000000 --- a/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -JAPI \ No newline at end of file diff --git a/.idea/JAPI_rewrite.iml b/.idea/JAPI_rewrite.iml deleted file mode 100644 index f0e6e2e..0000000 --- a/.idea/JAPI_rewrite.iml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/copilot.data.migration.agent.xml b/.idea/copilot.data.migration.agent.xml deleted file mode 100644 index 4ea72a9..0000000 --- a/.idea/copilot.data.migration.agent.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/copilot.data.migration.ask.xml b/.idea/copilot.data.migration.ask.xml deleted file mode 100644 index 7ef04e2..0000000 --- a/.idea/copilot.data.migration.ask.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/copilot.data.migration.ask2agent.xml b/.idea/copilot.data.migration.ask2agent.xml deleted file mode 100644 index 1f2ea11..0000000 --- a/.idea/copilot.data.migration.ask2agent.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/copilot.data.migration.edit.xml b/.idea/copilot.data.migration.edit.xml deleted file mode 100644 index 8648f94..0000000 --- a/.idea/copilot.data.migration.edit.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/dictionaries/project.xml b/.idea/dictionaries/project.xml deleted file mode 100644 index 050b725..0000000 --- a/.idea/dictionaries/project.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - asbr - buttonstate - modloader - - - \ No newline at end of file diff --git a/.idea/editor.xml b/.idea/editor.xml deleted file mode 100644 index cc34c18..0000000 --- a/.idea/editor.xml +++ /dev/null @@ -1,345 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index dc66563..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 3b8f60f..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 0542228..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file