]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/mapobjects/func/conveyor.qh
Merge branch 'master' into martin-t/dmgtext
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mapobjects / func / conveyor.qh
1 #pragma once
2 #include "../defs.qh"
3
4 IntrusiveList g_conveyed;
5 STATIC_INIT(g_conveyed) { g_conveyed = IL_NEW(); }