summaryrefslogtreecommitdiff
path: root/cheat/internal_rewrite/hooks.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'cheat/internal_rewrite/hooks.hpp')
-rw-r--r--cheat/internal_rewrite/hooks.hpp3
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_ );