]> git.jsancho.org Git - guile-irrlicht.git/blobdiff - src/box3d.h
box3d-add-internal-point!
[guile-irrlicht.git] / src / box3d.h
index 8ed47f57bd3a09504322aa39a879c44ebcd8d54b..689dded4dcb493b213fc7173491c49562630771f 100644 (file)
@@ -34,6 +34,10 @@ extern "C" {
   DECLARE_WRAPPED_TYPE (irr::core::aabbox3df*, init_box3d_type,
                         box3d_p, wrap_box3d, unwrap_box3d);
 
+  SCM
+  box3d_add_internal_point (SCM box3d,
+                            SCM point);
+
   SCM
   box3d_reset (SCM box3d,
                SCM init_value);