r5sdk/r5dev/game/client/movehelper_client.cpp

18 lines
575 B
C++
Raw Normal View 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;