From e3fd5ad05a7d933d401de431ce2d27a99d3b9995 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Mon, 27 Jun 2022 00:36:48 +0100 Subject: Add update detection, clean up minor stuff --- src/hook.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/hook.h') diff --git a/src/hook.h b/src/hook.h index e432eb7..ff1acff 100644 --- a/src/hook.h +++ b/src/hook.h @@ -17,8 +17,12 @@ #ifndef INC_HOOK_H #define INC_HOOK_H +#include + #include "intdefs.h" +bool hook_init(void); + /* * Replaces a vtable entry with a target function and returns the original * function. -- cgit v1.2.3