summaryrefslogtreecommitdiff
path: root/apps/graphics/traveler/include/trv_rayprune.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/graphics/traveler/include/trv_rayprune.h')
-rw-r--r--apps/graphics/traveler/include/trv_rayprune.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/graphics/traveler/include/trv_rayprune.h b/apps/graphics/traveler/include/trv_rayprune.h
index 4dd0d40cb..ec35805e1 100644
--- a/apps/graphics/traveler/include/trv_rayprune.h
+++ b/apps/graphics/traveler/include/trv_rayprune.h
@@ -43,6 +43,14 @@
#include "trv_types.h"
/****************************************************************************
+ * Public Data
+ ****************************************************************************/
+
+extern struct trv_rect_head_s g_ray_xplane; /* List of X=plane rectangles */
+extern struct trv_rect_head_s g_ray_yplane; /* List of Y=plane rectangles */
+extern struct trv_rect_head_s g_ray_zplane; /* List of Z=plane rectangles */
+
+/****************************************************************************
* Public Function Prototypes
****************************************************************************/