#pragma once namespace skybox { extern glm::fvec3 fog_color; } // namespace skybox namespace skybox { void init(void); } // namespace skybox