mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-05-16 03:21:18 +00:00
7 lines
95 B
C++
7 lines
95 B
C++
#include <cstdint>
|
|
|
|
namespace ChatWebApi {
|
|
void Listen(const uint32_t port);
|
|
void Stop();
|
|
};
|