mirror of
https://github.com/ChronosX88/psyced.git
synced 2024-11-10 04:21:02 +00:00
11 lines
165 B
C
11 lines
165 B
C
|
#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
|