1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-01-04 00:23:25 +08:00

Include iloopmode in eiface for HostStateLoopModeType_t

This commit is contained in:
Nick Hastings 2023-10-15 23:55:58 -04:00
parent c19c7ea818
commit bf3b72e302

View File

@ -27,6 +27,7 @@
#include "tier1/bufferstring.h"
#include <steam/steamclientpublic.h>
#include "playerslot.h"
#include <iloopmode.h>
//-----------------------------------------------------------------------------
// 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;