summaryrefslogtreecommitdiff
path: root/src/KingSystem/ActorSystem/actClusteredRenderer.h
blob: d9e68db981a4a717375492e22ea84209f4752495 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

namespace ksys::act {

class ClusteredRenderer {
public:
    void startThread();
};

}  // namespace ksys::act