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
/
roles.qh
1
#ifndef ROLES_H
2
#define ROLES_H
3
void havocbot_goalrating_controlpoints(float ratingscale, vector org, float sradius);
4
#endif