DarkflameServer/dChatServer/ChatWebApi.h
2024-04-25 22:27:28 -05:00

7 lines
95 B
C++

#include <cstdint>
namespace ChatWebApi {
void Listen(const uint32_t port);
void Stop();
};