]> icculus.org git repositories - btb/d2x.git/blob - main/escort.h
Allow use of 22K sound samples
[btb/d2x.git] / main / escort.h
1 /* $Id: escort.h,v 1.1 2003-03-27 01:23:18 btb Exp $ */
2
3 #ifndef _ESCORT_H
4 #define _ESCORT_H
5
6 extern int Buddy_dude_cheat;
7
8
9 #define GUIDEBOT_NAME_LEN 9
10 extern char guidebot_name[];
11 extern char real_guidebot_name[];
12
13 extern void change_guidebot_name(void);
14
15
16 extern void do_escort_menu(void);
17 extern void detect_escort_goal_accomplished(int index);
18 extern void set_escort_special_goal(int key);
19
20 #endif // _ESCORT_H