diff options
Diffstat (limited to 'Minecraft.World/RiverLayer.h')
| -rw-r--r-- | Minecraft.World/RiverLayer.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Minecraft.World/RiverLayer.h b/Minecraft.World/RiverLayer.h new file mode 100644 index 00000000..657ac07c --- /dev/null +++ b/Minecraft.World/RiverLayer.h @@ -0,0 +1,10 @@ +#pragma once + +#include "Layer.h" + +class RiverLayer : public Layer +{ +public: + RiverLayer(__int64 seedMixup, shared_ptr<Layer>parent); + intArray getArea(int xo, int yo, int w, int h); +};
\ No newline at end of file |
