| // MorgenGrauen MUDlib | |
| // | |
| // player/moving.h -- player moving header | |
| // | |
| // $Id: moving.h,v 3.2 2000/02/09 15:56:25 Padreic Exp $ | |
| #ifndef __PLAYER_MOVING_H__ | |
| #define __PLAYER_MOVING_H__ | |
| // properties | |
| #define P_MSGIN "msgin" | |
| #define P_MSGOUT "msgout" | |
| #define P_MMSGIN "mmsgin" | |
| #define P_MMSGOUT "mmsgout" | |
| #endif // __PLAYER_MOVING_H__ | |
| #ifdef NEED_PROTOTYPES | |
| #ifndef __PLAYER_MOVING_H_PROTO__ | |
| #define __PLAYER_MOVING_H_PROTO__ | |
| // prototypes | |
| // no prototypes | |
| #endif // __PLAYER_MOVING_H_PROTO__ | |
| #endif // NEED_PROTOYPES |