diff options
author | Maya <malte.hoermeyer@web.de> | 2022-06-16 00:29:39 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-16 00:29:39 +0200 |
commit | 93f10fd55c5ff6f6cebb82601ff850d11f92a840 (patch) | |
tree | 8582c6c717142b1fc97caea1a60e3df51214d4be /NorthstarDedicatedTest/dllmain.cpp | |
parent | d9f39f14fa0b0e8d025a8deef1d0c85da89c31f6 (diff) | |
download | NorthstarLauncher-93f10fd55c5ff6f6cebb82601ff850d11f92a840.tar.gz NorthstarLauncher-93f10fd55c5ff6f6cebb82601ff850d11f92a840.zip |
Delete emit_blocker.h (#194)
* Delete emit_blocker.h
* also remove from dllmain.cpp
Diffstat (limited to 'NorthstarDedicatedTest/dllmain.cpp')
-rw-r--r-- | NorthstarDedicatedTest/dllmain.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/NorthstarDedicatedTest/dllmain.cpp b/NorthstarDedicatedTest/dllmain.cpp index 5e747ec5..b6b68811 100644 --- a/NorthstarDedicatedTest/dllmain.cpp +++ b/NorthstarDedicatedTest/dllmain.cpp @@ -51,7 +51,6 @@ #include "rapidjson/writer.h" #include "rapidjson/error/en.h" #include "ExploitFixes.h" -#include "emit_blocker.h" typedef void (*initPluginFuncPtr)(void* getPluginObject); |