diff options
Diffstat (limited to 'src/World.hpp')
-rw-r--r-- | src/World.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/World.hpp b/src/World.hpp index 6800e46..165e73d 100644 --- a/src/World.hpp +++ b/src/World.hpp @@ -87,5 +87,9 @@ public: unsigned char GetBlockLight(Vector pos); + unsigned char GetBlockLight(const Vector &blockPos, const Section *section, const Section *xp, const Section *xn, const Section *yp, const Section *yn, const Section *zp, const Section *zn); + unsigned char GetBlockSkyLight(Vector pos); + + unsigned char GetBlockSkyLight(const Vector &blockPos, const Section *section, const Section *xp, const Section *xn, const Section *yp, const Section *yn, const Section *zp, const Section *zn); };
\ No newline at end of file |