projects
/
xonotic
/
xonotic-data.pk3dir.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' into Mario/vaporizer_damage
[xonotic/xonotic-data.pk3dir.git]
/
qcsrc
/
common
/
movetypes
/
include.qh
1
#ifndef MOVETYPES_INCLUDE_H
2
#define MOVETYPES_INCLUDE_H
3
4
#include "push.qh"
5
#include "toss.qh"
6
#include "walk.qh"
7
8
#endif