mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/LCE-Revelations.git
synced 2026-05-23 05:35:00 +00:00
9 lines
202 B
C++
9 lines
202 B
C++
#pragma once
|
|
#include "Layer.h"
|
|
|
|
class AddSnowLayer : public Layer
|
|
{
|
|
public:
|
|
AddSnowLayer(__int64 seedMixup, shared_ptr<Layer> parent);
|
|
virtual intArray getArea(int xo, int yo, int w, int h);
|
|
}; |