mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2024-11-04 22:40:05 +00:00
13 lines
231 B
C++
13 lines
231 B
C++
#ifndef _CM_HPP
|
|
#define _CM_HPP
|
|
|
|
#include "CNShardServer.hpp"
|
|
|
|
namespace ChatManager {
|
|
void init();
|
|
|
|
void chatHandler(CNSocket* sock, CNPacketData* data);
|
|
void emoteHandler(CNSocket* sock, CNPacketData* data);
|
|
}
|
|
|
|
#endif |