aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.World/AddSnowLayer.h
blob: 0b3702da663b0fd2bbac5d890acec4c3fbc866b9 (plain)
1
2
3
4
5
6
7
8
9
#pragma once
#include "Layer.h"

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