Add GetPlayerInfo and GetPlayerForUserID to IVEngineClient.

* Move CRC32_t typedef from CUserCmd.h to PlayerInfo.h.

Signed-off-by: aixxe <me@aixxe.net>
This commit is contained in:
aixxe
2016-12-19 20:49:14 +00:00
parent e8e7f1d4ae
commit fd60cdc93b
4 changed files with 29 additions and 2 deletions

View File

@@ -1,7 +1,5 @@
#pragma once
typedef unsigned long CRC32_t;
class CUserCmd {
virtual ~CUserCmd() {};