]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/triggers/func/conveyor.qh
20b790f4a17fbf05f35b420a570a38584bd268d1
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / func / conveyor.qh
1 #pragma once
2 #include "../spawnflags.qh"
3 #include "../states.qh"
4
5 IntrusiveList g_conveyed;
6 STATIC_INIT(g_conveyed) { g_conveyed = IL_NEW(); }