mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-12-26 22:50:17 +00:00
cleanup
This commit is contained in:
@@ -5,9 +5,14 @@
|
||||
#include <functional>
|
||||
|
||||
#include "Web.h"
|
||||
#include "PlayerContainer.h"
|
||||
#include "IActivityLog.h"
|
||||
#include "ChatPacketHandler.h"
|
||||
|
||||
namespace ChatWeb {
|
||||
void RegisterRoutes();
|
||||
void SendWSPlayerUpdate(const PlayerData& player, eActivityType activityType);
|
||||
void SendWSChatMessage(const ChatMessage& chatMessage);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user