summaryrefslogtreecommitdiff
path: root/include/objects.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/objects.h')
-rw-r--r--include/objects.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/objects.h b/include/objects.h
index f79e115..e742f1e 100644
--- a/include/objects.h
+++ b/include/objects.h
@@ -12,6 +12,7 @@ typedef struct t_vec3f {
} vec3f;
typedef struct t_light_emitter {
+ bool active;
vec3f position;
float brightness;
float range;