Skip to content

Commit

Permalink
Implement CBasePlayerItem:: hook
Browse files Browse the repository at this point in the history
  • Loading branch information
lozatto committed Aug 13, 2024
2 parents 0ee2c84 + 1f69e15 commit 4f02048
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions regamedll/dlls/API/CAPI_Impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -1082,10 +1082,6 @@ class CReGameHookchains: public IReGameHookchains {
virtual IReGameHookRegistry_CBasePlayer_PlayerDeathThink *CBasePlayer_PlayerDeathThink();
virtual IReGameHookRegistry_CBasePlayer_Observer_Think *CBasePlayer_Observer_Think();
virtual IReGameHookRegistry_CBasePlayer_RemoveAllItems *CBasePlayer_RemoveAllItems();

virtual IReGameHookRegistry_CBasePlayerItem_Materialize *CBasePlayerItem_Materialize();
virtual IReGameHookRegistry_CBasePlayerItem_CheckRespawn *CBasePlayerItem_CheckRespawn();

};

extern CReGameHookchains g_ReGameHookchains;
Expand Down

0 comments on commit 4f02048

Please sign in to comment.