| // MorgenGrauen MUDlib |
| // |
| // transport.h -- Definitionen fuer Schiffe und andere Transporter |
| // |
| // $Id: transport.h,v 3.3 2002/02/09 11:56:59 Tilly Exp $ |
| |
| #ifndef _TRANSPORT_H_ |
| #define _TRANSPORT_H_ |
| |
| #define P_ENTERMSG "entermsg" |
| #define P_LEAVEMSG "leavemsg" |
| #define P_LEAVEFAIL "leavefail" |
| #define P_ENTERFAIL "enterfail" |
| #define P_ARRIVEMSG "arrivemsg" |
| #define P_DEPARTMSG "departmsg" |
| #define P_ENTERCMDS "entercmds" |
| #define P_LEAVECMDS "leavecmds" |
| #define P_MAX_PASSENGERS "maxpass" |
| |
| #define P_TRAVEL_INFO "travel_info" |
| #define P_NO_TRAVELING "no_traveling" |
| #define P_TRAVEL_CMDS "travel_cmds" |
| #define P_HARBOUR "harbour_name" |
| |
| #define HP_MSG "hpMsg" |
| #define HP_ROOM "hpRoom" |
| #define HP_FUN "hpFun" |
| |
| #endif |