2025-05-03 11:22:38 +02:00

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