Skip to content

Commit

Permalink
Update vis_info_t structure
Browse files Browse the repository at this point in the history
  • Loading branch information
Wend4r committed Feb 7, 2025
1 parent b3bd40b commit ad510e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/eiface.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class GameSessionConfiguration_t;
struct StringTableDef_t;
class ILoopModePrerequisiteRegistry;
struct URLArgument_t;
class vis_info_t;
struct vis_info_t;
class IHLTVServer;
class CCompressedResourceManifest;
class ILoadingSpawnGroup;
Expand Down
8 changes: 7 additions & 1 deletion public/iservernetworkable.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,18 @@

class ServerClass;
class SendTable;
class vis_info_t;
struct edict_t;
class CBaseEntity;
class CSerialEntity;
class CBaseNetworkable;

struct vis_info_t
{
const uint32 *m_pVisBits;
uint32 m_uVisBitsBufSize;
float m_flVisibleRadius;
SpawnGroupHandle_t m_SpawnGroupHandle;
};

class CCheckTransmitInfo
{
Expand Down

0 comments on commit ad510e3

Please sign in to comment.