mirror of https://github.com/zeldaret/botw.git
Move mesTransceiver to ksys/Utils/Thread
This commit is contained in:
parent
b9ec01bcad
commit
387de6cefb
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue