]> icculus.org git repositories - btb/d2x.git/blob - main/escort.h
needed for tolower()
[btb/d2x.git] / main / escort.h
1
2 /*
3  *
4  * Header for escort.c
5  *
6  */
7
8 #ifndef _ESCORT_H
9 #define _ESCORT_H
10
11 extern cvar_t Buddy_dude_cheat;
12
13
14 #define GUIDEBOT_NAME_LEN 9
15 extern char guidebot_name[];
16 extern cvar_t real_guidebot_name;
17
18 extern void change_guidebot_name(void);
19
20
21 extern void do_escort_menu(void);
22 extern void detect_escort_goal_accomplished(int index);
23 extern void set_escort_special_goal(int key);
24
25 #endif // _ESCORT_H