#ifndef __MESSAGES_H__ #define __MESSAGES_H__ #include "Core/MessageManager.h" #include struct NotifyServerChan { using Signature = void(const boost::beast::http::request &); }; #endif // __MESSAGES_H__