This commit is contained in:
azw 2023-02-19 02:33:11 +00:00
parent 603e16fbc4
commit 208022cc5f

View File

@ -1,5 +1,7 @@
#pragma once
#include <a8/singleton.h>
namespace f8
{
typedef std::function<void (const a8::Args&)> MsgHandleFunc;