Move mesTransceiver to ksys/Utils/Thread

This commit is contained in:
Léo Lam
2021-01-29 13:04:23 +01:00
parent b9ec01bcad
commit 387de6cefb
5 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -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 {
-1
View File
@@ -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
)
+1
View File
@@ -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