summaryrefslogtreecommitdiffstats
path: root/src/render/Coronas.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/Coronas.h')
-rw-r--r--src/render/Coronas.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/render/Coronas.h b/src/render/Coronas.h
new file mode 100644
index 00000000..4ec7dd3b
--- /dev/null
+++ b/src/render/Coronas.h
@@ -0,0 +1,13 @@
+#pragma once
+
+extern RwTexture **gpCoronaTexture; //[9]
+
+class CCoronas
+{
+public:
+ static float &LightsMult;
+ static float &SunScreenY;
+ static float &SunScreenX;
+ static bool &bSmallMoon;
+ static bool &SunBlockedByClouds;
+};