diff options
| author | navewindre <nw@moneybot.cc> | 2024-07-12 05:40:41 +0200 |
|---|---|---|
| committer | navewindre <nw@moneybot.cc> | 2024-07-12 05:40:41 +0200 |
| commit | 28f41cf689def99fb586bfca47b7e1786227a5a2 (patch) | |
| tree | 4a843c7785035ca548625ccf988ac924b8815f85 /src/cs2/hack.h | |
| parent | 2ebf959ec02048c15323e1bbfc63faedcf5067b6 (diff) | |
base shit
Diffstat (limited to 'src/cs2/hack.h')
| -rw-r--r-- | src/cs2/hack.h | 9 |
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 |
