mirror of
https://github.com/ChronosX88/psyced.git
synced 2025-01-09 17:51:48 +00:00
10 lines
306 B
C
10 lines
306 B
C
#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
|