diff options
| author | navewindre <boneyaard@gmail.com> | 2018-09-25 21:14:25 +0200 |
|---|---|---|
| committer | navewindre <boneyaard@gmail.com> | 2018-09-25 21:14:25 +0200 |
| commit | 85434a853957ae5315594f72561dd1a745549727 (patch) | |
| tree | 7617f0f92f118bfa7a00349855c792e90ad18fa4 /internal_rewrite/hooks.hpp | |
| parent | b7375a7582db7ba2ee8a4dacfab226a3fd8fc514 (diff) | |
a
Diffstat (limited to 'internal_rewrite/hooks.hpp')
| -rw-r--r-- | internal_rewrite/hooks.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal_rewrite/hooks.hpp b/internal_rewrite/hooks.hpp index 3815c15..8911453 100644 --- a/internal_rewrite/hooks.hpp +++ b/internal_rewrite/hooks.hpp @@ -99,6 +99,7 @@ namespace hooks void __fastcall play_sound( void* ecx_, void* edx_, const char* name ); extern decltype( &play_sound ) play_sound_o; + int __fastcall cl_csm_shadows_get_int( void* ecx_, void* edx_ ); int __fastcall debug_show_spread_get_int( void* ecx_, void* edx_ ); int __fastcall net_showfragments_get_int( void* ecx_, void* edx_ ); |
