fix for latest css update, thanks to maxime1907
This commit is contained in:
parent
e3df1eaa0e
commit
c2aeb086e2
@ -76,11 +76,15 @@ const char *CSteamID::Render() const
|
||||
class CSteam3Server
|
||||
{
|
||||
public:
|
||||
void *m_pSteamClient;
|
||||
ISteamGameServer *m_pSteamGameServer;
|
||||
void *m_pSteamGameServerUtils;
|
||||
void *m_pSteamGameServerNetworking;
|
||||
void *m_pSteamGameServerStats;
|
||||
void *m_pSteamHTTP;
|
||||
void *m_pSteamInventory;
|
||||
void *m_pSteamUGC;
|
||||
void *m_pSteamApps;
|
||||
} *g_pSteam3Server;
|
||||
|
||||
CBaseServer *g_pBaseServer = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user