dxx-rebirth/main/escort.h
2003-10-10 09:36:35 +00:00

27 lines
453 B
C

/* $Id: escort.h,v 1.2 2003-10-10 09:36:35 btb Exp $ */
/*
*
* Header for escort.c
*
*/
#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