]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/triggers/trigger/viewloc.qh
Replace magic numbers in func_train
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / triggers / trigger / viewloc.qh
1 #pragma once
2 #include "../spawnflags.qh"
3
4 .entity viewloc;
5
6 #ifdef CSQC
7 .entity goalentity;
8 .entity enemy;
9 .vector movedir;
10 #endif