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 2c80b31..6800e46 100644 --- a/src/World.hpp +++ b/src/World.hpp @@ -84,4 +84,8 @@ public: void SetBlockSkyLight(Vector pos, unsigned char light); Section *GetSectionPtr(Vector position); + + unsigned char GetBlockLight(Vector pos); + + unsigned char GetBlockSkyLight(Vector pos); };
\ No newline at end of file |