mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-05-16 19:41:21 +00:00
6 lines
97 B
C++
6 lines
97 B
C++
#include "httplib.h"
|
|
|
|
namespace ChatHttpApi {
|
|
void Listen(const uint32_t port);
|
|
void Stop();
|
|
}; |