6 lines
77 B
C++
6 lines
77 B
C++
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
const uint32_t k_max_message_size = 4096;
|