diff options
Diffstat (limited to 'src/RendererSection.hpp')
-rw-r--r-- | src/RendererSection.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/RendererSection.hpp b/src/RendererSection.hpp index 12a169e..9931239 100644 --- a/src/RendererSection.hpp +++ b/src/RendererSection.hpp @@ -21,6 +21,10 @@ struct RendererSectionData { size_t hash; Vector sectionPos; + bool TestBlockExists(World *world, Vector blockPos); + + void AddFacesByBlockModel(World *world, Vector blockPos, const BlockModel &model, glm::mat4 transform, unsigned char light, unsigned char skyLight); + RendererSectionData(World *world, Vector sectionPosition); }; class RendererSection { |