summaryrefslogtreecommitdiff
path: root/game/server/tf/tf_client.h
blob: 0fa41a97907eb3ab1ee92b121ca3f8b503f86aaf (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 TF_CLIENT_H
#define TF_CLIENT_H
#ifdef _WIN32
#pragma once
#endif


void respawn( CBaseEntity *pEdict, bool fCopyCorpse );


#endif // TF_CLIENT_H