blob: 442ab59c336b28c5c7ab9a4d6f4d50f8795d44d6 [file] [log] [blame]
MG Mud User88f12472016-06-24 23:31:02 +02001// MorgenGrauen MUDlib
2//
3// player/moving.h -- player moving header
4//
5// $Id: moving.h,v 3.2 2000/02/09 15:56:25 Padreic Exp $
6
7#ifndef __PLAYER_MOVING_H__
8#define __PLAYER_MOVING_H__
9
10// properties
11
12#define P_MSGIN "msgin"
13#define P_MSGOUT "msgout"
14#define P_MMSGIN "mmsgin"
15#define P_MMSGOUT "mmsgout"
16
17#endif // __PLAYER_MOVING_H__
18
19#ifdef NEED_PROTOTYPES
20
21#ifndef __PLAYER_MOVING_H_PROTO__
22#define __PLAYER_MOVING_H_PROTO__
23
24// prototypes
25// no prototypes
26
27#endif // __PLAYER_MOVING_H_PROTO__
28
29#endif // NEED_PROTOYPES