move ForestRenderer and ClusteredRenderer

This commit is contained in:
theo3
2021-07-06 12:49:02 -07:00
parent 4cba2eb093
commit b74df64276
18 changed files with 67 additions and 58 deletions
@@ -86,6 +86,8 @@ target_sources(uking PRIVATE
actBaseProcMgr.h
actBaseProcUnit.cpp
actBaseProcUnit.h
actClusteredRenderer.cpp
actClusteredRenderer.h
actDebug.cpp
actDebug.h
actGlobalParameter.cpp
@@ -0,0 +1 @@
#include "KingSystem/ActorSystem/actClusteredRenderer.h"
@@ -0,0 +1,10 @@
#pragma once
namespace ksys::act {
class ClusteredRenderer {
public:
void startThread();
};
} // namespace ksys::act