Quake II RTX doxygen  1.0 dev
location_t Struct Reference

Public Attributes

list_t entry
 
vec3_t origin
 
char name [1]
 

Detailed Description

Definition at line 25 of file locs.c.

Member Data Documentation

◆ entry

list_t location_t::entry

Definition at line 26 of file locs.c.

Referenced by LOC_Add_f(), LOC_Delete_f(), LOC_LoadLocations(), and LOC_Update_f().

◆ name

char location_t::name[1]

Definition at line 28 of file locs.c.

Referenced by LOC_Alloc(), LOC_Here_m(), LOC_There_m(), and LOC_Write_f().

◆ origin

vec3_t location_t::origin