r5sdk/r5dev/game/client/movehelper_client.cpp
Kawe Mazidjatari 05748e6184 Add client movehelper to SDK
Structure and vftable align 100%.
2023-01-19 19:39:15 +01:00

18 lines
575 B
C++
Raw Blame History

//====== Copyright <20> 1996-2005, Valve Corporation, All rights reserved. =======//
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================//
#include "core/stdafx.h"
#include "movehelper_client.h"
//-----------------------------------------------------------------------------
// Purpose: Gets the client movehelper
//-----------------------------------------------------------------------------
IMoveHelper* MoveHelperClient()
{
return s_MoveHelperClient;
}
CMoveHelperClient* s_MoveHelperClient = nullptr;