X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fbox3d.h;h=cfcde7b6eb4a44b336536fe77ebdf6ce4a67f846;hb=3bb58c2b45af12c0f9c9eac648e67ac6fa90e104;hp=689dded4dcb493b213fc7173491c49562630771f;hpb=445b38f04b47d1d664afebc4304385ec8fa7a998;p=guile-irrlicht.git diff --git a/src/box3d.h b/src/box3d.h index 689dded..cfcde7b 100644 --- a/src/box3d.h +++ b/src/box3d.h @@ -22,29 +22,7 @@ #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_add_internal_point (SCM box3d, - SCM point); - - SCM - box3d_reset (SCM box3d, - SCM init_value); - - SCM - make_box3d (); - -} +void +init_box3d (void); #endif