Removed junk files. Removed unnecessary code and comments. Reorganized projects.
This commit is contained in:
@@ -52,7 +52,7 @@ const char* DONATION_URL = "https://buymeacoffee.com/k4sh44";
|
||||
static void LoadFixDLL()
|
||||
{
|
||||
if (fixLib) return;
|
||||
fixLib = LoadLibraryA("DaysGoneCore.dll"); // ou EmpireOfTheAntsCore.dll si tu gardes le .dll
|
||||
fixLib = LoadLibraryA("DaysGoneCore.dll");
|
||||
if (!fixLib) {
|
||||
MessageBoxA(nullptr, "Impossible to load game core dll", "Erreur", MB_OK);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user