X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fbox3d.h;h=cfcde7b6eb4a44b336536fe77ebdf6ce4a67f846;hb=79e12d94cc21232477796a4e76fc2ddb5d88f9dc;hp=4bb2731dcc72ffc893477086b47c1ff5f124fe9b;hpb=d78951bd91783c61b312451198beb31f70b0f8b2;p=guile-irrlicht.git diff --git a/src/box3d.h b/src/box3d.h index 4bb2731..cfcde7b 100644 --- a/src/box3d.h +++ b/src/box3d.h @@ -22,23 +22,7 @@ #ifndef __GUILE_IRRLICHT_AABBOX_3D_H_INCLUDED__ #define __GUILE_IRRLICHT_AABBOX_3D_H_INCLUDED__ -#include -#include - -SCM -core_aabbox3d_addInternalPoint (SCM box3d, - SCM point); - -SCM -core_aabbox3d_make (); - -SCM -core_aabbox3d_reset (SCM box3d, - SCM init_value); - -extern "C" { - void - init_box3d (void); -} +void +init_box3d (void); #endif