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