14 lines
No EOL
367 B
C
14 lines
No EOL
367 B
C
#include "core/Types.h"
|
|
#include "core/Logger.h"
|
|
#include "core/FilePath.h"
|
|
#include "system/PrivilegeManager.h"
|
|
#include "system/ProcessHandler.h"
|
|
#include "system/ServiceManager.h"
|
|
#include "system/DllInjector.h"
|
|
#include "game/BattlEyeBypass.h"
|
|
#include "game/GameLauncher.h"
|
|
|
|
#ifdef CURRENT_MODULE
|
|
#undef CURRENT_MODULE
|
|
#endif
|
|
#define CURRENT_MODULE "EFTOperator" |