00001 00002 /* 00003 p.autopilot.h 00004 00005 Automatically created by protomaker (C) 1998 Markus Stenberg (fingon@iki.fi) 00006 Protomaker is actually only a wrapper script for cproto, but well.. I like 00007 fancy headers and stuff :) 00008 */ 00009 00010 /* Generated at Fri Jan 15 15:32:34 CET 1999 from autopilot.c */ 00011 00012 #ifndef _P_AUTOPILOT_H 00013 #define _P_AUTOPILOT_H 00014 00015 /* autopilot.c */ 00016 void gradually_load(MECH * mech, int loc, int percent); 00017 void autopilot_load_cargo(dbref player, MECH * mech, int percent); 00018 void figure_out_range_and_bearing(MECH * mech, int tx, int ty, 00019 float *range, int *bearing); 00020 void auto_goto_event(MUXEVENT * e); 00021 void auto_follow_event(MUXEVENT * e); 00022 #endif /* _P_AUTOPILOT_H */