summaryrefslogtreecommitdiff
path: root/src/cs2/hack.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cs2/hack.h')
-rw-r--r--src/cs2/hack.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/cs2/hack.h b/src/cs2/hack.h
new file mode 100644
index 0000000..18bd4e3
--- /dev/null
+++ b/src/cs2/hack.h
@@ -0,0 +1,9 @@
+#pragma once
+
+#include "../process64.h"
+#include "../setting.h"
+
+extern SETTING_HOLDER gcfg;
+
+extern PROCESS64* hack_init();
+extern bool hack_run( PROCESS64* p ); \ No newline at end of file