]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/triggers/trigger/multi.qh
Cleanse the touch functions of the other evil
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / trigger / multi.qh
1 #pragma once
2
3 #ifdef SVQC
4 void multi_trigger(entity this);
5 void multi_reset(entity this);
6
7 spawnfunc(trigger_once);
8 #endif