实现live2d接口。
This commit is contained in:
11
Base/Messages.h
Normal file
11
Base/Messages.h
Normal file
@ -0,0 +1,11 @@
|
||||
#ifndef __MESSAGES_H__
|
||||
#define __MESSAGES_H__
|
||||
|
||||
#include "Core/MessageManager.h"
|
||||
#include <boost/callable_traits/return_type.hpp>
|
||||
|
||||
struct NotifyServerChan {
|
||||
using Signature = void(const boost::beast::http::request<boost::beast::http::string_body> &);
|
||||
};
|
||||
|
||||
#endif // __MESSAGES_H__
|
Reference in New Issue
Block a user