psyclpc/mudlib/sys/sent.h

11 lines
165 B
C
Raw Normal View History

2009-03-03 03:27:01 +00:00
#ifndef LPC_SENT_H_
#define LPC_SENT_H_
#define SENT_PLAIN 0
#define SENT_SHORT_VERB 1
#define SENT_NO_SPACE 2
#define SENT_NO_VERB 3
#define SENT_MARKER 4
#endif