summaryrefslogtreecommitdiffstats
path: root/libdimension/dimension/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'libdimension/dimension/object.h')
-rw-r--r--libdimension/dimension/object.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libdimension/dimension/object.h b/libdimension/dimension/object.h
index 11847b0..5cc62a1 100644
--- a/libdimension/dimension/object.h
+++ b/libdimension/dimension/object.h
@@ -69,6 +69,9 @@ struct dmnsn_object {
/* Bounding box */
dmnsn_bounding_box bounding_box;
+ /* Child objects */
+ dmnsn_array *children;
+
/* Callback functions */
dmnsn_object_init_fn *init_fn;
dmnsn_object_intersection_fn *intersection_fn;