#include <game.h>
Public Attributes | |
struct link_s * | prev |
struct link_s * | 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().
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().