]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/mapobjects/func/ladder.qh
Purge server/defs.qh
[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 #ifdef SVQC
7 IntrusiveList g_ladders;
8 STATIC_INIT(g_ladders) { g_ladders = IL_NEW(); }
9 #endif
10
11 .entity ladder_entity;