diff options
Diffstat (limited to 'Minecraft.World/ShoreLayer.h')
| -rw-r--r-- | Minecraft.World/ShoreLayer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.World/ShoreLayer.h b/Minecraft.World/ShoreLayer.h index a8aff680..a7053004 100644 --- a/Minecraft.World/ShoreLayer.h +++ b/Minecraft.World/ShoreLayer.h @@ -4,6 +4,6 @@ class ShoreLayer : public Layer { public: - ShoreLayer(int64_t seed, std::shared_ptr<Layer> parent); + ShoreLayer(int64_t seed, shared_ptr<Layer> parent); virtual intArray getArea(int xo, int yo, int w, int h); };
\ No newline at end of file |
