mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2025-10-20 04:10:50 +00:00
inital commit
This commit is contained in:
13
src/ChatManager.hpp
Normal file
13
src/ChatManager.hpp
Normal file
@@ -0,0 +1,13 @@
|
||||
#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
|
Reference in New Issue
Block a user