]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blob - qcsrc/server/bot/havocbot/role_keyhunt.qh
Merge branch 'terencehill/menu_remove_tab_title' of git://de.git.xonotic.org/xonotic...
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / bot / havocbot / role_keyhunt.qh
1 #ifndef ROLE_KEYHUNT_H
2 #define ROLE_KEYHUNT_H
3
4 entity kh_worldkeylist;
5 .entity kh_worldkeynext;
6
7 void havocbot_chooserole_kh();
8 #endif