]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/triggers/func/breakable.qh
Merge branch 'master' into sev/luma_revisions
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / func / breakable.qh
1 #ifndef TRIGGERS_FUNC_BREAKABLE_H
2 #define TRIGGERS_FUNC_BREAKABLE_H
3
4 #ifdef SVQC
5 void spawnfunc_func_breakable();
6 #endif
7
8 #endif