X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fbox3d.h;h=ce91f676cf1e647aa6545ebaad7bbe837bce5784;hb=6343b5b67dfe68e1e7270ba6c100603f157d1b31;hp=8ed47f57bd3a09504322aa39a879c44ebcd8d54b;hpb=37217d692d4ead81cfed829395a9a7a5caf9325c;p=guile-irrlicht.git diff --git a/src/box3d.h b/src/box3d.h index 8ed47f5..ce91f67 100644 --- a/src/box3d.h +++ b/src/box3d.h @@ -22,25 +22,9 @@ #ifndef __GUILE_IRRLICHT_AABBOX_3D_H_INCLUDED__ #define __GUILE_IRRLICHT_AABBOX_3D_H_INCLUDED__ -#include -#include -#include "wrapped.h" - extern "C" { - void init_box3d (void); - - DECLARE_WRAPPED_TYPE (irr::core::aabbox3df*, init_box3d_type, - box3d_p, wrap_box3d, unwrap_box3d); - - SCM - box3d_reset (SCM box3d, - SCM init_value); - - SCM - make_box3d (); - } #endif