From bf3b72e30293602399aafbfc8998e3209ccf40b6 Mon Sep 17 00:00:00 2001 From: Nick Hastings Date: Sun, 15 Oct 2023 23:55:58 -0400 Subject: [PATCH] Include iloopmode in eiface for HostStateLoopModeType_t --- public/eiface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/eiface.h b/public/eiface.h index e3cb37de..a00ad976 100644 --- a/public/eiface.h +++ b/public/eiface.h @@ -27,6 +27,7 @@ #include "tier1/bufferstring.h" #include #include "playerslot.h" +#include //----------------------------------------------------------------------------- // forward declarations @@ -61,7 +62,6 @@ class CEntityLump; class IPVS; class IHLTVDirector; struct SpawnGroupDesc_t; -enum HostStateLoopModeType_t : int; class IClassnameForMapClassCallback; struct Entity2Networkable_t; class CCreateGameServerLoadInfo;