#pragma once #include "Biome.h" #include "minecraft/world/level/biome/Biome.h" class HellBiome : public Biome { public: HellBiome(int id); };