diff options
author | LaG1924 <12997935+LaG1924@users.noreply.github.com> | 2018-03-13 15:30:05 +0100 |
---|---|---|
committer | LaG1924 <12997935+LaG1924@users.noreply.github.com> | 2018-03-13 16:41:49 +0100 |
commit | cf647ebf504eb523d822fa79622cb59d009680da (patch) | |
tree | efaa792f312bb18db07c94d1460801209279ed3f /src/World.hpp | |
parent | Fixed holes when block on section border destroyed (diff) | |
download | AltCraft-cf647ebf504eb523d822fa79622cb59d009680da.tar AltCraft-cf647ebf504eb523d822fa79622cb59d009680da.tar.gz AltCraft-cf647ebf504eb523d822fa79622cb59d009680da.tar.bz2 AltCraft-cf647ebf504eb523d822fa79622cb59d009680da.tar.lz AltCraft-cf647ebf504eb523d822fa79622cb59d009680da.tar.xz AltCraft-cf647ebf504eb523d822fa79622cb59d009680da.tar.zst AltCraft-cf647ebf504eb523d822fa79622cb59d009680da.zip |
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 |