mirror of
https://github.com/DarkflameUniverse/DarkflameServer
synced 2024-08-30 18:43:58 +00:00
7 lines
97 B
C++
7 lines
97 B
C++
#include "httplib.h"
|
|
|
|
namespace ChatWebApi {
|
|
void Listen(const uint32_t port);
|
|
void Stop();
|
|
};
|