mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
21 lines
434 B
C++
21 lines
434 B
C++
|
//===== Copyright <20> 1996-2005, Valve Corporation, All rights reserved. ======//
|
|||
|
//
|
|||
|
// Purpose:
|
|||
|
//
|
|||
|
//===========================================================================//
|
|||
|
#include "core/stdafx.h"
|
|||
|
#include "util_shared.h"
|
|||
|
#ifndef CLIENT_DLL
|
|||
|
#include "game/server/player.h"
|
|||
|
#include "game/server/gameinterface.h"
|
|||
|
#endif // !CLIENT_DLL
|
|||
|
|
|||
|
|
|||
|
#ifndef CLIENT_DLL
|
|||
|
|
|||
|
CPlayer* UTIL_PlayerByIndex(int nIndex)
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
#endif // CLIENT_DLL
|