summaryrefslogtreecommitdiffstats
path: root/src/game/client/world/skybox.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/client/world/skybox.hh')
-rw-r--r--src/game/client/world/skybox.hh11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/game/client/world/skybox.hh b/src/game/client/world/skybox.hh
new file mode 100644
index 0000000..40113cd
--- /dev/null
+++ b/src/game/client/world/skybox.hh
@@ -0,0 +1,11 @@
+#pragma once
+
+namespace world::skybox
+{
+extern glm::fvec3 fog_color;
+} // namespace world::skybox
+
+namespace world::skybox
+{
+void init(void);
+} // namespace world::skybox