aboutsummaryrefslogtreecommitdiff
path: root/NorthstarDLL/engine/runframe.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'NorthstarDLL/engine/runframe.cpp')
-rw-r--r--NorthstarDLL/engine/runframe.cpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/NorthstarDLL/engine/runframe.cpp b/NorthstarDLL/engine/runframe.cpp
deleted file mode 100644
index ddfd9253..00000000
--- a/NorthstarDLL/engine/runframe.cpp
+++ /dev/null
@@ -1,19 +0,0 @@
-#include "engine/r2engine.h"
-#include "server/r2server.h"
-#include "hoststate.h"
-#include "server/serverpresence.h"
-
-AUTOHOOK_INIT()
-
-// clang-format off
-AUTOHOOK(CEngine__Frame, engine.dll + 0x1C8650,
-void, __fastcall, (CEngine* self))
-// clang-format on
-{
- CEngine__Frame(self);
-}
-
-ON_DLL_LOAD("engine.dll", RunFrame, (CModule module))
-{
- AUTOHOOK_DISPATCH()
-}