1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2024-12-23 01:59:43 +08:00

Use named type for GetReplay ptr return.

This commit is contained in:
Nicholas Hastings 2015-05-06 17:23:39 -04:00
parent d88a6239ca
commit 4d7a99f5be

View File

@ -428,7 +428,7 @@ public:
virtual bool IsPlayerNameLocked(const edict_t *pPlayer) = 0;
virtual bool CanPlayerChangeName(const edict_t *pPlayer) = 0;
virtual void *GetReplay() = 0;
virtual IReplaySystem *GetReplay() = 0;
};
typedef IVEngineServer IVEngineServer021;