mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
libpsyc glue
This commit is contained in:
parent
d65a051ef2
commit
f76810d02e
1 changed files with 9 additions and 0 deletions
9
world/drivers/ldmud/sys/libpsyc.h
Normal file
9
world/drivers/ldmud/sys/libpsyc.h
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
#ifndef LPC_LIBPSYC_H
|
||||||
|
#define LPC_LIBPSYC_H 1
|
||||||
|
|
||||||
|
#define PACKET_ROUTING 0 // 2-dimensional mapping of routing modifiers
|
||||||
|
#define PACKET_ENTITY 1 // 2-dimensional mapping of entity modifiers
|
||||||
|
#define PACKET_METHOD 2 // PSYC method string
|
||||||
|
#define PACKET_BODY 3 // packet body.. possibly binary data
|
||||||
|
|
||||||
|
#endif
|
Loading…
Reference in a new issue