summaryrefslogtreecommitdiff
path: root/src/modules/ray/ray_object_light.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/ray/ray_object_light.h')
-rw-r--r--src/modules/ray/ray_object_light.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/modules/ray/ray_object_light.h b/src/modules/ray/ray_object_light.h
deleted file mode 100644
index ca9bac9..0000000
--- a/src/modules/ray/ray_object_light.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef _RAY_OBJECT_LIGHT_H
-#define _RAY_OBJECT_LIGHT_H
-
-#include "ray_light_emitter.h"
-#include "ray_object_type.h"
-
-
-typedef struct ray_object_light_t {
- ray_object_type_t type;
- float brightness;
- ray_light_emitter_t emitter;
-} ray_object_light_t;
-
-#endif
© All Rights Reserved