diff options
Diffstat (limited to 'src/RendererSectionData.hpp')
-rw-r--r-- | src/RendererSectionData.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/RendererSectionData.hpp b/src/RendererSectionData.hpp index e472e99..7153b05 100644 --- a/src/RendererSectionData.hpp +++ b/src/RendererSectionData.hpp @@ -22,6 +22,8 @@ struct SectionsData { Section bottom; Section north; Section south; + + BlockId GetBlockId(const Vector &pos) const; BlockLightness GetLight(const Vector &pos) const; |