X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fbox3d.h;h=ce91f676cf1e647aa6545ebaad7bbe837bce5784;hb=6343b5b67dfe68e1e7270ba6c100603f157d1b31;hp=75b34825e8fc21b2a5fc6736d8c9ec58a4638382;hpb=6537f348407a540c027d92d0b766a8684f0fdf95;p=guile-irrlicht.git diff --git a/src/box3d.h b/src/box3d.h index 75b3482..ce91f67 100644 --- a/src/box3d.h +++ b/src/box3d.h @@ -22,20 +22,6 @@ #ifndef __GUILE_IRRLICHT_AABBOX_3D_H_INCLUDED__ #define __GUILE_IRRLICHT_AABBOX_3D_H_INCLUDED__ -#include -#include - -SCM -irr_core_aabbox3d_addInternalPoint (SCM box3d, - SCM point); - -SCM -irr_core_aabbox3d_make (); - -SCM -irr_core_aabbox3d_reset (SCM box3d, - SCM init_value); - extern "C" { void init_box3d (void);