diff options
| author | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-05-04 20:10:33 +0200 |
|---|---|---|
| committer | Aldrik Ramaekers <aldrik@amftech.nl> | 2023-05-04 20:10:33 +0200 |
| commit | bbd7bc28a2cd8716eac6add006abb91ee55c4f91 (patch) | |
| tree | 166a06ea430be0ca5dd4ba74f4850b1b4c9c760a /include/objects.h | |
| parent | b4a0031bdb0c5317b2ee56198f02a291bdb0e224 (diff) | |
editor work
Diffstat (limited to 'include/objects.h')
| -rw-r--r-- | include/objects.h | 1 |
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; |
