]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/mapobjects/func/ladder.qh
e087ba8410a341fb09d77f6fa338030a7d109b65
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mapobjects / func / ladder.qh
1 #pragma once
2
3 IntrusiveList g_ladderents;
4 STATIC_INIT(g_ladderents) { g_ladderents = IL_NEW(); }
5
6 .entity ladder_entity;