Xonotic
conveyor.qh
Go to the documentation of this file.
1 #pragma once
2 #include "../defs.qh"
3 
5 STATIC_INIT(g_conveyed) { g_conveyed = IL_NEW(); }
STATIC_INIT(g_conveyed)
Definition: conveyor.qh:5
IntrusiveList g_conveyed
Definition: conveyor.qh:4
#define IL_NEW()
limitations: NULL cannot be present elements can only be present once a maximum of IL_MAX lists can e...