From 6c2abde5c99a236453b795abaa6d7d70105e31f7 Mon Sep 17 00:00:00 2001 From: untodesu Date: Fri, 26 Dec 2025 14:50:33 +0500 Subject: Just a big Ctrl+H refactoring --- src/game/client/world/skybox.hh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/game/client/world/skybox.hh') diff --git a/src/game/client/world/skybox.hh b/src/game/client/world/skybox.hh index 40113cd..d90336a 100644 --- a/src/game/client/world/skybox.hh +++ b/src/game/client/world/skybox.hh @@ -1,11 +1,11 @@ #pragma once -namespace world::skybox +namespace skybox { extern glm::fvec3 fog_color; -} // namespace world::skybox +} // namespace skybox -namespace world::skybox +namespace skybox { void init(void); -} // namespace world::skybox +} // namespace skybox -- cgit