8 lines
159 B
C
8 lines
159 B
C
#ifndef COMMON_DEFINES_H
|
|
#define BUFFER_SIZE 1024
|
|
|
|
#include <nlohmann/json.hpp>
|
|
using nlohmann::json;
|
|
|
|
enum { CONNECT, DISCONNECT, MESSAGE, CHALLENGE };
|
|
#endif |