Removed junk files. Removed unnecessary code and comments. Reorganized projects.
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
#include <reshade.hpp>
|
||||
#include <fstream>
|
||||
#include <string>
|
||||
#include <Windows.h>
|
||||
|
||||
// Core game dll functions declarations
|
||||
typedef void (*SetBoolFn)(bool, bool);
|
||||
@@ -41,6 +40,7 @@ const char* DONATION_URL = "https://buymeacoffee.com/k4sh44";
|
||||
// Load and unload game core dll functions /!\ necessary
|
||||
static void LoadFixDLL()
|
||||
{
|
||||
MessageBoxA(nullptr, "LoadFixDll", "Erreur", MB_OK);
|
||||
if (fixLib) return;
|
||||
fixLib = LoadLibraryA("SouthOfMidnightCore.dll");
|
||||
if (!fixLib) {
|
||||
|
||||
Reference in New Issue
Block a user