aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/RiverInitLayer.h
blob: bc8dca1b3c454c6010998a4bb30d588afef86d5c (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include "Layer.h"

class RiverInitLayer : public Layer
{
public:
	RiverInitLayer(int64_t seed, shared_ptr<Layer>parent);

	intArray getArea(int xo, int yo, int w, int h);
};