dxx-rebirth/d2x-rebirth/main/escort.h
2013-09-01 23:21:57 +00:00

17 lines
354 B
C

/*
*
* Header for escort.c
*
*/
#ifndef _ESCORT_H
#define _ESCORT_H
#define GUIDEBOT_NAME_LEN 9
struct object;
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);
void recreate_thief(struct object *objp);
#endif // _ESCORT_H