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

#include "Layer.h"

class AddIslandLayer : public Layer
{
public:
	AddIslandLayer(__int64 seedMixup, shared_ptr<Layer>parent);

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