From c7d62fe1128e0cba7414c78fe358d6576372563d Mon Sep 17 00:00:00 2001 From: Sergey Shorokhov Date: Thu, 2 Sep 2021 18:28:11 +0300 Subject: [PATCH] remove unrelated PR edits --- reapi/include/cssdk/dlls/regamedll_api.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/reapi/include/cssdk/dlls/regamedll_api.h b/reapi/include/cssdk/dlls/regamedll_api.h index ba7a8517..b7ba0ade 100644 --- a/reapi/include/cssdk/dlls/regamedll_api.h +++ b/reapi/include/cssdk/dlls/regamedll_api.h @@ -668,8 +668,6 @@ struct ReGameFuncs_t { int (*Cmd_Argc)(); const char *(*Cmd_Argv)(int i); class CGrenade *(*PlantBomb)(entvars_t *pevOwner, Vector &vecStart, Vector &vecVelocity); - class CGib *(*SpawnHeadGib)(entvars_t* pevVictim); - void (*SpawnRandomGibs)(entvars_t* pevVictim, int cGibs, int human); }; class IReGameApi {