aboutsummaryrefslogtreecommitdiff
path: root/src/hook/hook.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hook/hook.h')
-rw-r--r--src/hook/hook.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/hook/hook.h b/src/hook/hook.h
new file mode 100644
index 0000000..f31cdfd
--- /dev/null
+++ b/src/hook/hook.h
@@ -0,0 +1,10 @@
+#ifndef HOOK_H
+#define HOOK_H
+
+#ifndef HAS_HOOKS
+#error hooks have not been enabled
+#endif
+
+int fix_SysLoadLibary();
+
+#endif \ No newline at end of file