mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-12-27 07:00:17 +00:00
linker errors
This commit is contained in:
24
dChatServer/ChatWeb.h
Normal file
24
dChatServer/ChatWeb.h
Normal file
@@ -0,0 +1,24 @@
|
||||
#ifndef __CHATWEB_H__
|
||||
#define __CHATWEB_H__
|
||||
|
||||
#include <string>
|
||||
#include <functional>
|
||||
|
||||
#include "Web.h"
|
||||
|
||||
enum class eWSSubscription {
|
||||
WORLD_CHAT,
|
||||
PRIVATE_CHAT,
|
||||
TEAM_CHAT,
|
||||
TEAM,
|
||||
PLAYER,
|
||||
INVALID
|
||||
};
|
||||
|
||||
namespace ChatWeb {
|
||||
void RegisterRoutes();
|
||||
};
|
||||
|
||||
|
||||
#endif // __CHATWEB_H__
|
||||
|
||||
Reference in New Issue
Block a user