mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-09-20 20:46:03 +08:00
Update from SDK 2013
This commit is contained in:

committed by
Nicholas Hastings

parent
6d5c024820
commit
94b660e16e
@ -1,43 +1,41 @@
|
||||
//========= Copyright <20> 1996-2005, Valve Corporation, All rights reserved. ============//
|
||||
//
|
||||
// Purpose:
|
||||
//
|
||||
// $NoKeywords: $
|
||||
//=============================================================================//
|
||||
|
||||
#ifndef MOVEHELPER_SERVER_H
|
||||
#define MOVEHELPER_SERVER_H
|
||||
|
||||
#ifdef _WIN32
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#include "imovehelper.h"
|
||||
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Forward declarations
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
class CBasePlayer;
|
||||
class CBaseEntity;
|
||||
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Implementation of the movehelper on the server
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
abstract_class IMoveHelperServer : public IMoveHelper
|
||||
{
|
||||
public:
|
||||
virtual void SetHost( CBasePlayer *host ) = 0;
|
||||
};
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Singleton access
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
IMoveHelperServer* MoveHelperServer();
|
||||
|
||||
|
||||
#endif // MOVEHELPER_SERVER_H
|
||||
//========= Copyright Valve Corporation, All rights reserved. ============//
|
||||
//
|
||||
// Purpose:
|
||||
//
|
||||
// $NoKeywords: $
|
||||
//=============================================================================//
|
||||
|
||||
#ifndef MOVEHELPER_SERVER_H
|
||||
#define MOVEHELPER_SERVER_H
|
||||
|
||||
#ifdef _WIN32
|
||||
#pragma once
|
||||
#endif
|
||||
|
||||
#include "imovehelper.h"
|
||||
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Forward declarations
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
class CBasePlayer;
|
||||
class CBaseEntity;
|
||||
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Implementation of the movehelper on the server
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
abstract_class IMoveHelperServer : public IMoveHelper
|
||||
{
|
||||
};
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
// Singleton access
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
IMoveHelperServer* MoveHelperServer();
|
||||
|
||||
|
||||
#endif // MOVEHELPER_SERVER_H
|
||||
|
Reference in New Issue
Block a user