]> icculus.org git repositories - btb/d2x.git/blob - main/escort.h
Fix crash if Num_walls=0
[btb/d2x.git] / main / escort.h
1 /* $Id: escort.h,v 1.2 2003-10-10 09:36:35 btb Exp $ */
2
3 /*
4  *
5  * Header for escort.c
6  *
7  */
8
9 #ifndef _ESCORT_H
10 #define _ESCORT_H
11
12 extern int Buddy_dude_cheat;
13
14
15 #define GUIDEBOT_NAME_LEN 9
16 extern char guidebot_name[];
17 extern char real_guidebot_name[];
18
19 extern void change_guidebot_name(void);
20
21
22 extern void do_escort_menu(void);
23 extern void detect_escort_goal_accomplished(int index);
24 extern void set_escort_special_goal(int key);
25
26 #endif // _ESCORT_H