#ifndef COMMON_DEFINES_H #define BUFFER_SIZE 1024 #include using nlohmann::json; enum { CONNECT, DISCONNECT, MESSAGE, CHALLENGE }; #endif