mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-23 14:46:53 +00:00
20 lines
387 B
C
20 lines
387 B
C
//========= Copyright Valve Corporation, All rights reserved. ============//
|
|
//
|
|
// Purpose:
|
|
//
|
|
//=============================================================================//
|
|
|
|
#ifndef CS_CLIENT_H
|
|
#define CS_CLIENT_H
|
|
#ifdef _WIN32
|
|
#pragma once
|
|
#endif
|
|
|
|
|
|
void respawn( CBaseEntity *pEdict, bool fCopyCorpse );
|
|
|
|
void FinishClientPutInServer( CCSPlayer *pPlayer );
|
|
|
|
|
|
#endif // CS_CLIENT_H
|