diff options
Diffstat (limited to 'NorthstarDLL/runframe.cpp')
-rw-r--r-- | NorthstarDLL/runframe.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/NorthstarDLL/runframe.cpp b/NorthstarDLL/runframe.cpp index 0698e430..eb401f51 100644 --- a/NorthstarDLL/runframe.cpp +++ b/NorthstarDLL/runframe.cpp @@ -6,8 +6,10 @@ AUTOHOOK_INIT() +// clang-format off AUTOHOOK(CEngine__Frame, engine.dll + 0x1C8650, void, __fastcall, (R2::CEngine* self)) +// clang-format on { CEngine__Frame(self); } |