Updated for hl2sdk-dota changes.

This commit is contained in:
Nicholas Hastings
2013-05-08 09:21:40 -04:00
parent bb7cfd2493
commit 8fb87df0f0
2 changed files with 18 additions and 0 deletions
+4
View File
@@ -198,7 +198,11 @@ public:
unsigned int SetReplyTo(unsigned int reply);
void MaxPlayersChanged(int newvalue = -1);
private:
#if SOURCE_ENGINE == SE_DOTA
void OnServerActivate();
#else
void OnServerActivate(edict_t *pEdictList, int edictCount, int clientMax);
#endif
void InvalidatePlayer(CPlayer *pPlayer);
private:
List<IClientListener *> m_hooks;