summaryrefslogtreecommitdiff
path: root/src/modules/ray/ray_object_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/ray/ray_object_type.h')
-rw-r--r--src/modules/ray/ray_object_type.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/modules/ray/ray_object_type.h b/src/modules/ray/ray_object_type.h
deleted file mode 100644
index ab797d2..0000000
--- a/src/modules/ray/ray_object_type.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef _RAY_OBJECT_TYPE_H
-#define _RAY_OBJECT_TYPE_H
-
-typedef enum ray_object_type_t {
- RAY_OBJECT_TYPE_SENTINEL,
- RAY_OBJECT_TYPE_SPHERE,
- RAY_OBJECT_TYPE_POINT,
- RAY_OBJECT_TYPE_PLANE,
- RAY_OBJECT_TYPE_LIGHT,
-} ray_object_type_t;
-
-#endif
© All Rights Reserved