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
+4
View File
@@ -0,0 +1,4 @@
target_sources(uking PRIVATE
gfxForestRenderer.cpp
gfxForestRenderer.h
)
@@ -0,0 +1 @@
#include "KingSystem/Graphics/gfxForestRenderer.h"
@@ -0,0 +1,12 @@
#pragma once
#include <math/seadVector.h>
namespace ksys::gfx {
class ForestRenderer {
public:
s32 x_7(const sead::Vector3f& vec);
};
} // namespace ksys::gfx