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