summaryrefslogtreecommitdiff
path: root/WorldSegment.h
diff options
context:
space:
mode:
authorJapa2011-01-22 05:05:13 +0000
committerJapa2011-01-22 05:05:13 +0000
commit3e627f73cdbf1073f56bfc2aee5def4f3ba2678f (patch)
treeb30bc7eefef25cc61d73ae14b2a26eff00d08683 /WorldSegment.h
parentb17f42822cd3d0766e32f46dea58e36102f8a23e (diff)
downloadstonesense-3e627f73cdbf1073f56bfc2aee5def4f3ba2678f.tar.gz
stonesense-3e627f73cdbf1073f56bfc2aee5def4f3ba2678f.tar.bz2
stonesense-3e627f73cdbf1073f56bfc2aee5def4f3ba2678f.tar.xz
Got meself some wide and tall trees working
Diffstat (limited to 'WorldSegment.h')
-rw-r--r--WorldSegment.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/WorldSegment.h b/WorldSegment.h
index 62ba7c6..1a46a8a 100644
--- a/WorldSegment.h
+++ b/WorldSegment.h
@@ -45,6 +45,7 @@ public:
Block* getBlock(int32_t x, int32_t y, int32_t z);
Block* getBlockLocal(uint32_t x, uint32_t y, uint32_t z);
Block* getBlockRelativeTo(uint32_t x, uint32_t y, uint32_t z, dirRelative direction);
+ Block* getBlockRelativeTo(uint32_t x, uint32_t y, uint32_t z, dirRelative direction, int distance);
Block* getBlock(uint32_t index);
void addBlock(Block* b);
void drawAllBlocks();