]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/common/viewloc.qh
Merge branch 'master' into Mario/showspecs
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / viewloc.qh
1 #ifndef VIEWLOC_H
2 #define VIEWLOC_H
3
4 .entity viewloc;
5
6 void viewloc_PlayerPhysics(entity this);
7
8 #ifdef CSQC
9
10 void viewloc_SetViewLocation();
11 void viewloc_SetTags(entity this);
12
13 #endif
14
15 #endif