Код:
#include "..\hooks.hpp"
using IsPlayingTimeDemo_t = bool( __thiscall* )( void * );
bool __stdcall hooks::hooked_timedemo( ) {
static auto original_fn = engine_hook->get_func_address< IsPlayingTimeDemo_t >( 83 );
static auto interpolated_server_entities = reinterpret_cast< void *...