diff options
Diffstat (limited to 'Minecraft.World/IceBiome.h')
| -rw-r--r-- | Minecraft.World/IceBiome.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Minecraft.World/IceBiome.h b/Minecraft.World/IceBiome.h new file mode 100644 index 00000000..306ba14f --- /dev/null +++ b/Minecraft.World/IceBiome.h @@ -0,0 +1,8 @@ +#pragma once +#include "Biome.h" + +class IceBiome : public Biome +{ +public: + IceBiome(int id); +};
\ No newline at end of file |
