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