summary refs log tree commit diff
path: root/src/World/Chunk.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/World/Chunk.hpp')
-rw-r--r--src/World/Chunk.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/World/Chunk.hpp b/src/World/Chunk.hpp
index 4c7810d..7415d7c 100644
--- a/src/World/Chunk.hpp
+++ b/src/World/Chunk.hpp
@@ -25,6 +25,7 @@ private:
     bool is_face_visible(uint32_t x, uint32_t y, uint32_t z, BlockSide side);
 
     static std::array<Vector<2>, 4> face_tex_coords(BlockType type, BlockSide side);
+    static std::array<Vector<3>, 4> face_normals(BlockSide side);
 
     struct BlockData {
         BlockType type;