mirror of
https://github.com/zeldaret/botw
synced 2026-05-28 16:31:11 -04:00
ksys: Start adding MessageTransceiver
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
#include "KingSystem/Utils/Thread/MessageDispatcherBase.h"
|
||||
#include "KingSystem/Utils/Thread/MessageTransceiver.h"
|
||||
|
||||
namespace ksys {
|
||||
|
||||
@@ -6,4 +7,8 @@ MessageDispatcherBase::MessageDispatcherBase() = default;
|
||||
|
||||
MessageDispatcherBase::~MessageDispatcherBase() = default;
|
||||
|
||||
void MessageDispatcherBase::setAsGlobalInstance() {
|
||||
MessageTransceiver::setGlobalDispatcher(this);
|
||||
}
|
||||
|
||||
} // namespace ksys
|
||||
|
||||
Reference in New Issue
Block a user