X-Git-Url: https://git.jsancho.org/?p=guile-irrlicht.git;a=blobdiff_plain;f=src%2Fbox3d.h;h=cfcde7b6eb4a44b336536fe77ebdf6ce4a67f846;hp=ce91f676cf1e647aa6545ebaad7bbe837bce5784;hb=41a6ad96e81a8d8153c54877c4c12f61100677a9;hpb=bf2cb00e2ef19e2eb33557f900405f836ebe65a3 diff --git a/src/box3d.h b/src/box3d.h index ce91f67..cfcde7b 100644 --- a/src/box3d.h +++ b/src/box3d.h @@ -22,9 +22,7 @@ #ifndef __GUILE_IRRLICHT_AABBOX_3D_H_INCLUDED__ #define __GUILE_IRRLICHT_AABBOX_3D_H_INCLUDED__ -extern "C" { - void - init_box3d (void); -} +void +init_box3d (void); #endif