/*************************************************************************** * _/_/_/_/ _/ _/ _/_/_/_/ _/_/_/_/ AckFUSS is modified ACK!MUD 4.3.1 * * _/ _/ _/ _/ _/ copyright Matt Goff (Kline) 2008 * * _/_/ _/ _/ _/_/_/_/ _/_/_/_/ * * _/ _/ _/ _/ _/ Support for this code is provided * * _/ _/_/_/_/ _/_/_/_/ _/_/_/_/ at www.ackmud.net -- check it out!* ***************************************************************************/ #define DEC_MOUNT_H #if __STDC__ || defined(__cplusplus) #define P_(s) s #else #define P_(s) () #endif /* mount.c */ void do_mount P_((CHAR_DATA *ch, char *argument)); void do_dismount P_((CHAR_DATA *ch, char *argument)); void stop_riding P_((CHAR_DATA *ch)); bool check_valid_ride P_((CHAR_DATA *ch)); #undef P_