summaryrefslogtreecommitdiff
path: root/game/server/tfc/tfc_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'game/server/tfc/tfc_client.h')
-rw-r--r--game/server/tfc/tfc_client.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/game/server/tfc/tfc_client.h b/game/server/tfc/tfc_client.h
new file mode 100644
index 0000000..a3a5356
--- /dev/null
+++ b/game/server/tfc/tfc_client.h
@@ -0,0 +1,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