#pragma once #include "Section.h" class Ground : public Section { public: Ground(Graphics& gfx, Logger& logger) noexcept; };