00001 00002 /* 00003 p.mech.pickup.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:54 CET 1999 from mech.pickup.c */ 00011 00012 #ifndef _P_MECH_PICKUP_H 00013 #define _P_MECH_PICKUP_H 00014 00015 /* mech.pickup.c */ 00016 void mech_pickup(dbref player, void *data, char *buffer); 00017 void mech_attachcables(dbref player, void *data, char *buffer); 00018 void mech_detachcables(dbref player, void *data, char *buffer); 00019 void mech_dropoff(dbref player, void *data, char *buffer); 00020 00021 #endif /* _P_MECH_PICKUP_H */