projects
/
xonotic
/
xonotic-data.pk3dir.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' into martin-t/globals
[xonotic/xonotic-data.pk3dir.git]
/
qcsrc
/
common
/
viewloc.qh
1
#pragma once
2
3
.entity viewloc;
4
5
void viewloc_PlayerPhysics(entity this);
6
7
#ifdef CSQC
8
9
void viewloc_SetViewLocation();
10
void viewloc_SetTags(entity this);
11
12
#endif