- 40
- 2
Код:
void* __fastcall CChat_CChat(void* this_ptr, void *edx, void* pDevice, void* pFontRenderer, const char* Source);
inline c_hook<decltype(&CChat_CChat)> CChat_CChat_hook{};
void* __fastcall CChat_CChat(void* this_ptr, void* edx, void* pDevice, void* pFontRenderer, const char* Source) {
return CChat_CChat_hook.call_original(this_ptr, edx, pDevice, pFontRenderer, Source);
}