]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/triggers/trigger/viewloc.qh
Merge branch 'master' into Mario/vaporizer_damage
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / trigger / viewloc.qh
1 #ifndef T_VIEWLOC_H
2 #define T_VIEWLOC_H
3
4 .entity viewloc;
5
6 #ifdef CSQC
7 .entity goalentity;
8 .entity enemy;
9 .vector movedir;
10
11 void ent_viewloc();
12 void ent_viewloc_trigger();
13 #endif
14
15 #endif