summaryrefslogtreecommitdiff
path: root/src/modules/ray/ray_ray.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/ray/ray_ray.h')
-rw-r--r--src/modules/ray/ray_ray.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/modules/ray/ray_ray.h b/src/modules/ray/ray_ray.h
deleted file mode 100644
index 91469a2..0000000
--- a/src/modules/ray/ray_ray.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#ifndef _RAY_RAY_H
-#define _RAY_RAY_H
-
-#include "ray_3f.h"
-
-typedef struct ray_ray_t {
- ray_3f_t origin;
- ray_3f_t direction;
-} ray_ray_t;
-
-#endif
© All Rights Reserved