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
/
default
/
havocbot
/
role_keyhunt.qh
1
#ifndef ROLE_KEYHUNT_H
2
#define ROLE_KEYHUNT_H
3
4
void havocbot_chooserole_kh();
5
#endif