X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fbox3d.h;h=cfcde7b6eb4a44b336536fe77ebdf6ce4a67f846;hb=c59d2be798005a3684d75c3f561568ad2cdac9c7;hp=8ed47f57bd3a09504322aa39a879c44ebcd8d54b;hpb=37217d692d4ead81cfed829395a9a7a5caf9325c;p=guile-irrlicht.git diff --git a/src/box3d.h b/src/box3d.h index 8ed47f5..cfcde7b 100644 --- a/src/box3d.h +++ b/src/box3d.h @@ -22,25 +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_reset (SCM box3d, - SCM init_value); - - SCM - make_box3d (); - -} +void +init_box3d (void); #endif