]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/mapobjects/target/location.qh
Merge branch 'master' into terencehill/lms_updates
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / mapobjects / target / location.qh
1 #pragma once
2
3 #ifdef SVQC
4 IntrusiveList g_locations;
5 STATIC_INIT(g_locations) { g_locations = IL_NEW(); }
6 #endif