diff options
| author | Japa | 2011-01-22 05:05:13 +0000 |
|---|---|---|
| committer | Japa | 2011-01-22 05:05:13 +0000 |
| commit | 3e627f73cdbf1073f56bfc2aee5def4f3ba2678f (patch) | |
| tree | b30bc7eefef25cc61d73ae14b2a26eff00d08683 /WorldSegment.h | |
| parent | b17f42822cd3d0766e32f46dea58e36102f8a23e (diff) | |
| download | stonesense-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.h | 1 |
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();
|
