vkQuake2 doxygen  1.0 dev
link_s Struct Reference

#include <game.h>

Public Attributes

struct link_sprev
 
struct link_snext
 

Detailed Description

Definition at line 44 of file game.h.

Member Data Documentation

◆ next

struct link_s * link_s::next

Definition at line 46 of file game.h.

Referenced by ClearLink(), InsertLinkBefore(), RemoveLink(), SV_AreaEdicts_r(), and SV_UnlinkEdict().

◆ prev

struct link_s* link_s::prev

Definition at line 46 of file game.h.

Referenced by ClearLink(), InsertLinkBefore(), RemoveLink(), SV_LinkEdict(), SV_Push(), and SV_UnlinkEdict().