]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/triggers/trigger/viewloc.qh
Remove SELFPARAM() from .think and .touch
[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