]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/triggers/func/stardust.qc
Ensure headers are always #included
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / func / stardust.qc
1 #include "stardust.qh"
2 #ifdef SVQC
3 spawnfunc(func_stardust)
4 {
5         this.effects = EF_STARDUST;
6
7         CSQCMODEL_AUTOINIT(this);
8 }
9 #endif