mirror of
https://github.com/zeldaret/botw
synced 2026-05-23 23:05:14 -04:00
Move mesTransceiver to ksys/Utils/Thread
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
#include "KingSystem/ActorSystem/actAiClassDef.h"
|
||||
#include "KingSystem/ActorSystem/actBaseProcLink.h"
|
||||
#include "KingSystem/MessageSystem/mesTransceiver.h"
|
||||
#include "KingSystem/Utils/Thread/MessageTransceiver.h"
|
||||
#include "KingSystem/Utils/Types.h"
|
||||
|
||||
namespace ksys {
|
||||
|
||||
@@ -8,7 +8,6 @@ add_subdirectory(Ecosystem)
|
||||
add_subdirectory(Event)
|
||||
add_subdirectory(Framework)
|
||||
add_subdirectory(Map)
|
||||
add_subdirectory(MessageSystem)
|
||||
add_subdirectory(Sound)
|
||||
add_subdirectory(System)
|
||||
add_subdirectory(Terrain)
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
target_sources(uking PRIVATE
|
||||
mesTransceiver.h
|
||||
)
|
||||
@@ -7,6 +7,7 @@ target_sources(uking PRIVATE
|
||||
Thread/ManagedTask.h
|
||||
Thread/ManagedTaskHandle.cpp
|
||||
Thread/ManagedTaskHandle.h
|
||||
Thread/MessageTransceiver.h
|
||||
Thread/Task.cpp
|
||||
Thread/Task.h
|
||||
Thread/TaskData.h
|
||||
|
||||
Reference in New Issue
Block a user