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

#include "Layer.h"

class RiverLayer : public Layer
{
public:
	RiverLayer(int64_t seedMixup, shared_ptr<Layer>parent);
	intArray getArea(int xo, int yo, int w, int h);
};