4jcraft/Minecraft.World/WorldGen/Layers/SwampRiversLayer.h
2026-03-05 03:29:23 -05: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);
};