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