diff options
| author | boris <wzn@moneybot.cc> | 2018-12-05 18:11:08 +1300 |
|---|---|---|
| committer | boris <wzn@moneybot.cc> | 2018-12-05 18:11:08 +1300 |
| commit | 65ce24409cbb7a4da18751e5043978ded5090fac (patch) | |
| tree | 0b65806aa03c2cdf9fc95b519d0b09582279381e /cheat/internal_rewrite/hooks.hpp | |
| parent | 793965d3c2816fc1b672c9173b3b831d82cdec33 (diff) | |
im a retard
double events still happen :|
Diffstat (limited to 'cheat/internal_rewrite/hooks.hpp')
| -rw-r--r-- | cheat/internal_rewrite/hooks.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cheat/internal_rewrite/hooks.hpp b/cheat/internal_rewrite/hooks.hpp index dc23672..2304c08 100644 --- a/cheat/internal_rewrite/hooks.hpp +++ b/cheat/internal_rewrite/hooks.hpp @@ -103,6 +103,9 @@ namespace hooks void __fastcall packet_start( void* ecx, void* edx, int in_seq, int out_ack ); extern decltype( &packet_start ) packet_start_o; +
+ bool __fastcall process_packet(void *ecx, void *, void *packet, bool has_header); + extern decltype(&process_packet) process_packet_o; int __fastcall cl_csm_shadows_get_int( void* ecx_, void* edx_ ); int __fastcall debug_show_spread_get_int( void* ecx_, void* edx_ ); |
