#pragma once #include "Biome.h" class TheEndBiome : public Biome { public: TheEndBiome(int id); //TU25 virtual Vec3 *getFogColor(float td, float a) const; virtual bool isNatural(); virtual bool isFoggy(); };