Removed junk files. Removed unnecessary code and comments. Reorganized projects.
This commit is contained in:
@@ -45,10 +45,9 @@ const char* DONATION_URL = "https://www.paypal.com/donate/?business=W92C47N3WZZZ
|
||||
static void LoadFixDLL()
|
||||
{
|
||||
if (fixLib) return;
|
||||
fixLib = LoadLibraryA("EmpireOfTheAntsCore.dll"); // ou EmpireOfTheAntsCore.dll si tu gardes le .dll
|
||||
fixLib = LoadLibraryA("EmpireOfTheAntsCore.dll");
|
||||
|
||||
if (!fixLib) {
|
||||
// Optionnel: message d'erreur ou fallback
|
||||
MessageBoxA(nullptr, "Impossible to load game core dll", "Erreur", MB_OK);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user