DarkflameServer/dChatServer/ChatWebApi.h

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
97 B
C
Raw Normal View History

2024-04-21 07:09:54 +00:00
#include "httplib.h"
namespace ChatWebApi {
2024-04-21 07:09:54 +00:00
void Listen(const uint32_t port);
void Stop();
2024-04-22 03:02:25 +00:00
};