summaryrefslogtreecommitdiff
path: root/src/ix3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ix3.h')
-rw-r--r--src/ix3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ix3.h b/src/ix3.h
index 8739bf3..99c1530 100644
--- a/src/ix3.h
+++ b/src/ix3.h
@@ -31,7 +31,7 @@ typedef enum ix3_search_status_t {
typedef ix3_search_status_t (ix3_search_cb)(void *cb_context, ix3_object_t *ix3_object, v3f_t *ix3_object_position, bb3f_t *ix3_object_aabb, void *object);
-ix3_t * ix3_new(bb3f_t *aabb, unsigned max_per_node, unsigned max_depth);
+ix3_t * ix3_new(bb3f_t *aabb, unsigned max_per_node, unsigned max_depth, unsigned max_asip);
void ix3_free(ix3_t *ix3);
ix3_object_t * ix3_object_new(ix3_t *ix3, v3f_t *position, v3f_t *origin, bb3f_t *aabb, void *object);
void ix3_reset(ix3_t *ix3);
© All Rights Reserved