diff options
Diffstat (limited to 'Minecraft.World/DesertWellFeature.h')
| -rw-r--r-- | Minecraft.World/DesertWellFeature.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Minecraft.World/DesertWellFeature.h b/Minecraft.World/DesertWellFeature.h new file mode 100644 index 00000000..380a35e3 --- /dev/null +++ b/Minecraft.World/DesertWellFeature.h @@ -0,0 +1,9 @@ +#pragma once + +#include "Feature.h" + +class DesertWellFeature : public Feature +{ +public: + bool place(Level *level, Random *random, int x, int y, int z); +};
\ No newline at end of file |
