aboutsummaryrefslogtreecommitdiffstats
path: root/include/world.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/world.h')
-rw-r--r--include/world.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/world.h b/include/world.h
index 3a2d445..152d654 100644
--- a/include/world.h
+++ b/include/world.h
@@ -53,6 +53,7 @@ enum class WorldWeather : unsigned char {
typedef struct {
vec2 loc; /**< Light location */
Color color; /**< Light color */
+ float radius;
} Light;
/**