mirror of
https://github.com/zeldaret/botw
synced 2026-05-30 00:46:35 -04:00
ksys: Add more message system classes
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#include "KingSystem/Utils/Thread/MessageDispatcherBase.h"
|
||||
#include "KingSystem/Utils/Thread/MessageTransceiver.h"
|
||||
#include "KingSystem/Utils/Thread/MessageTransceiverBase.h"
|
||||
|
||||
namespace ksys {
|
||||
|
||||
@@ -8,7 +8,7 @@ MessageDispatcherBase::MessageDispatcherBase() = default;
|
||||
MessageDispatcherBase::~MessageDispatcherBase() = default;
|
||||
|
||||
void MessageDispatcherBase::setAsGlobalInstance() {
|
||||
MessageTransceiver::setGlobalDispatcher(this);
|
||||
MessageTransceiverBase::setGlobalDispatcher(this);
|
||||
}
|
||||
|
||||
} // namespace ksys
|
||||
|
||||
Reference in New Issue
Block a user