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