mirror of
https://github.com/BotChain-Robots/rpc.git
synced 2026-03-09 15:02:27 +01:00
8 lines
136 B
C++
8 lines
136 B
C++
#ifndef CONSTANTS_H
|
|
#define CONSTANTS_H
|
|
|
|
constexpr auto PC_MODULE_ID = 1;
|
|
constexpr auto MAX_BUFFER_SIZE = 1024;
|
|
|
|
#endif // CONSTANTS_H
|