aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/ShoreLayer.h
blob: 96aea15214f4f88a69ca6b1c2d16ff6fbcc384c5 (plain)
1
2
3
4
5
6
7
8
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);
};