first commit
This commit is contained in:
16
Minecraft.World/RiverMixerLayer.h
Normal file
16
Minecraft.World/RiverMixerLayer.h
Normal file
@@ -0,0 +1,16 @@
|
||||
#pragma once
|
||||
|
||||
#include "Layer.h"
|
||||
|
||||
class RiverMixerLayer : public Layer
|
||||
{
|
||||
private:
|
||||
shared_ptr<Layer>biomes;
|
||||
shared_ptr<Layer>rivers;
|
||||
|
||||
public:
|
||||
RiverMixerLayer(__int64 seed, shared_ptr<Layer>biomes, shared_ptr<Layer>rivers);
|
||||
|
||||
virtual void init(__int64 seed);
|
||||
virtual intArray getArea(int xo, int yo, int w, int h);
|
||||
};
|
||||
Reference in New Issue
Block a user