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:
parent
d88a6239ca
commit
4d7a99f5be
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user