Added Starfield. Removed unnecessary includes.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#include "Memory.hpp";
|
||||
#include "Maths.hpp";
|
||||
#include "ObfuscateString.h"
|
||||
#include <Windows.h>
|
||||
#include <string>
|
||||
#include <spdlog/spdlog.h>
|
||||
#include <spdlog/sinks/basic_file_sink.h>
|
||||
@@ -242,7 +241,6 @@ static void InitializeLogger()
|
||||
MessageBoxA(nullptr, plugin_error_message.c_str(), "Logger Error", MB_ICONERROR | MB_OK);
|
||||
}
|
||||
}
|
||||
HMODULE g_coreModule = nullptr;
|
||||
|
||||
// Entry point
|
||||
BOOL APIENTRY DllMain(HMODULE hModule, DWORD reason, LPVOID)
|
||||
|
||||
Reference in New Issue
Block a user