]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/gamemodes/gamemode/onslaught/onslaught.qh
c863e2f71fb264d25ba52809ad1f2edaa87d59ad
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / gamemodes / gamemode / onslaught / onslaught.qh
1 #pragma once
2
3 REGISTER_NET_LINKED(ENT_CLIENT_GENERATOR)
4 REGISTER_NET_LINKED(ENT_CLIENT_CONTROLPOINT_ICON)
5
6 #ifdef SVQC
7 IntrusiveList g_onsshields;
8 STATIC_INIT(g_onsshields) { g_onsshields = IL_NEW(); }
9 #endif
10
11 #ifdef CSQC
12 IntrusiveList g_onsgenerators;
13 STATIC_INIT(g_onsgenerators) { g_onsgenerators = IL_NEW(); }
14 #endif