summaryrefslogtreecommitdiff
path: root/game/server/tfc/tfc_client.h
blob: a3a535658c554d105ca0f5e9c87a2943af0ecc11 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose: 
//
//=============================================================================//

#ifndef TFC_CLIENT_H
#define TFC_CLIENT_H
#ifdef _WIN32
#pragma once
#endif


void respawn( CBaseEntity *pEdict, bool fCopyCorpse );


#endif // TFC_CLIENT_H