diff options
Diffstat (limited to 'game/client/world/skybox.hh')
| -rw-r--r-- | game/client/world/skybox.hh | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/game/client/world/skybox.hh b/game/client/world/skybox.hh index 40113cd..39a514b 100644 --- a/game/client/world/skybox.hh +++ b/game/client/world/skybox.hh @@ -1,11 +1,11 @@ -#pragma once - -namespace world::skybox -{ -extern glm::fvec3 fog_color; -} // namespace world::skybox - -namespace world::skybox -{ -void init(void); -} // namespace world::skybox +#pragma once
+
+namespace world::skybox
+{
+extern glm::fvec3 fog_color;
+} // namespace world::skybox
+
+namespace world::skybox
+{
+void init(void);
+} // namespace world::skybox
|
