mirror of
https://github.com/zeldaret/botw
synced 2026-06-02 01:59:59 -04:00
ksys: Add MessageDispatcherBase
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#include "KingSystem/Utils/Thread/MessageDispatcherBase.h"
|
||||
|
||||
namespace ksys {
|
||||
|
||||
MessageDispatcherBase::MessageDispatcherBase() = default;
|
||||
|
||||
MessageDispatcherBase::~MessageDispatcherBase() = default;
|
||||
|
||||
} // namespace ksys
|
||||
Reference in New Issue
Block a user