From cf647ebf504eb523d822fa79622cb59d009680da Mon Sep 17 00:00:00 2001 From: LaG1924 <12997935+LaG1924@users.noreply.github.com> Date: Tue, 13 Mar 2018 19:30:05 +0500 Subject: Implemented basic lighting --- src/World.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/World.hpp') 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 -- cgit v1.2.3