DarkflameServer/dChatServer/ChatWebApi.h

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

7 lines
95 B
C
Raw Permalink Normal View History

2024-04-26 03:27:28 +00:00
#include <cstdint>
2024-04-21 07:09:54 +00:00
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
};