diff options
Diffstat (limited to 'src/hook.h')
-rw-r--r-- | src/hook.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -17,8 +17,12 @@ #ifndef INC_HOOK_H #define INC_HOOK_H +#include <stdbool.h> + #include "intdefs.h" +bool hook_init(void); + /* * Replaces a vtable entry with a target function and returns the original * function. |