Final framework, now just cleanup

This commit is contained in:
Aaron Kimbre
2025-01-28 13:58:29 -06:00
parent ddd9ff273e
commit aedc8a09fe
6 changed files with 136 additions and 77 deletions

View File

@@ -6,15 +6,6 @@
#include "Web.h"
enum class eWSSubscription {
WORLD_CHAT,
PRIVATE_CHAT,
TEAM_CHAT,
TEAM,
PLAYER,
INVALID
};
namespace ChatWeb {
void RegisterRoutes();
};