projects
/
xonotic
/
xonotic-data.pk3dir.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Increase the maximum number of mutators
[xonotic/xonotic-data.pk3dir.git]
/
qcsrc
/
server
/
bot
/
lib
/
all.inc
1
#ifndef BOT_LIB_ALL_H
2
#define BOT_LIB_ALL_H
3
4
#include "movelib/all.inc"
5
#ifdef SVQC
6
#include "pathlib/all.inc"
7
#endif
8
#include "steerlib/all.inc"
9
10
#endif