diff options
| author | navewindre <boneyaard@gmail.com> | 2018-09-03 23:48:51 +0200 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2018-09-03 23:48:51 +0200 |
| commit | 39f70b7b843d926eeb534ac1de25cc38b13c493d (patch) | |
| tree | 654ac4c96dd9fb2355998d63ad866a3b52c71632 /internal_rewrite/hooks.hpp | |
| parent | a988afb947e653b96f2b188d455865cd6fc80ea0 (diff) | |
ah
Diffstat (limited to 'internal_rewrite/hooks.hpp')
| -rw-r--r-- | internal_rewrite/hooks.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/internal_rewrite/hooks.hpp b/internal_rewrite/hooks.hpp index 4e8a736..41e36ad 100644 --- a/internal_rewrite/hooks.hpp +++ b/internal_rewrite/hooks.hpp @@ -46,6 +46,8 @@ namespace hooks bool __fastcall fire_event_clientside( void* ecx_, void* edx, IGameEvent* event ); void __cdecl lby_proxy_fn( const CRecvProxyData* proxy_data_const, void* entity, void* output ); void __cdecl last_shot_proxy_fn( const CRecvProxyData* proxy_data_const, void* entity, void* output ); + void __cdecl simtime_proxy_fn( const CRecvProxyData* proxy_data_const, void* ent, void* output ); + int __fastcall send_datagram( INetChannel* channel, void* edx, void* datagram ); bool __fastcall is_paused( void* ecx_, void* edx_ ); bool __fastcall do_post_screen_space_effects( void* ecx_, void* edx_, CViewSetup* setup ); @@ -60,6 +62,7 @@ namespace hooks extern c_netvar_proxy lby_proxy; extern c_netvar_proxy last_shot_proxy; + extern c_netvar_proxy simtime_proxy; //do we wanna only run menu in d3d or visuals too? namespace d3d { |
