Xonotic QuakeC
The free, fast arena FPS with crisp movement and a wide array of weapons
location.qh File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

 STATIC_INIT (g_locations)

Variables

IntrusiveList g_locations

Function Documentation

◆ STATIC_INIT()

STATIC_INIT ( g_locations )

Definition at line 5 of file location.qh.

5{ g_locations = IL_NEW(); }
#define IL_NEW()
IntrusiveList g_locations
Definition location.qh:4

References g_locations, and IL_NEW.

Variable Documentation

◆ g_locations

IntrusiveList g_locations

Definition at line 4 of file location.qh.

Referenced by findnearest(), spawnfunc(), and STATIC_INIT().