mirror of
https://github.com/alliedmodders/metamod-source.git
synced 2025-12-06 18:08:31 +00:00
Remove GetHookAction
This commit is contained in:
parent
b460ed895f
commit
e54ec20210
@ -132,9 +132,6 @@ public:
|
||||
virtual void SaveReturnValue(KHook::Action action, void* ptr_to_return, std::size_t return_size, void* init_op, void* delete_op, bool original) {
|
||||
return KHook::SaveReturnValue(action, ptr_to_return, return_size, init_op, delete_op, original);
|
||||
}
|
||||
virtual KHook::Action GetHookAction() {
|
||||
return KHook::GetHookAction();
|
||||
}
|
||||
} g_KHook;
|
||||
|
||||
/* Helper Macro */
|
||||
|
||||
2
third_party/khook
vendored
2
third_party/khook
vendored
@ -1 +1 @@
|
||||
Subproject commit 36bd1c7a6638f5254c0c6253fa209403575822f1
|
||||
Subproject commit 803a6a07df64e4e75691d6f62c67f7843f043a2a
|
||||
Loading…
Reference in New Issue
Block a user