first commit
This commit is contained in:
13
Minecraft.World/FlatLayer.h
Normal file
13
Minecraft.World/FlatLayer.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
#include "Layer.h"
|
||||
|
||||
class FlatLayer : public Layer
|
||||
{
|
||||
private:
|
||||
int val;
|
||||
|
||||
public:
|
||||
FlatLayer(int val);
|
||||
intArray getArea(int xo, int yo, int w, int h);
|
||||
};
|
||||
Reference in New Issue
Block a user