]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/triggers/trigger/viewloc.qh
881197a3b82fb57b7c96bc4f16ed3c14fd527b04
[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 #endif
11
12 #endif