Files
mc-lce/Minecraft.World/SwampRiversLayer.h
2026-03-01 02:38:58 +02:00

11 lines
193 B
C++

#pragma once
#include "Layer.h"
class SwampRiversLayer : public Layer
{
public:
SwampRiversLayer(__int64 seed, shared_ptr<Layer> parent);
intArray getArea(int xo, int yo, int w, int h);
};