dxx-rebirth/main/escort.h

21 lines
416 B
C
Raw Normal View History

2003-03-27 01:23:18 +00:00
/* $Id: escort.h,v 1.1 2003-03-27 01:23:18 btb Exp $ */
#ifndef _ESCORT_H
#define _ESCORT_H
extern int Buddy_dude_cheat;
#define GUIDEBOT_NAME_LEN 9
extern char guidebot_name[];
extern char real_guidebot_name[];
extern void change_guidebot_name(void);
extern void do_escort_menu(void);
extern void detect_escort_goal_accomplished(int index);
extern void set_escort_special_goal(int key);
#endif // _ESCORT_H