mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 02:53:09 +00:00
9 lines
163 B
C
9 lines
163 B
C
#ifndef SKYNET_MESSAGE_SYSTEM_H
|
|
#define SKYNET_MESSAGE_SYSTEM_H
|
|
|
|
#define SKYNET_SYSTEM_TIMER 1
|
|
#define SKYNET_SYSTEM_LOGGER 2
|
|
#define SKYNET_SYSTEM_NAME 3
|
|
|
|
#endif
|