X-Git-Url: https://git.jsancho.org/?p=guile-irrlicht.git;a=blobdiff_plain;f=src%2Frect.h;h=313965eaee55a32b2040fe06e267bae5c90c67fb;hp=4e015a198ed0ac84c0e6a7dcaba39bc8a978f962;hb=300182ffd9678ba70f3ff6ded95762bab11ccb0c;hpb=4791b245b42ff2123f2ebf46b754cc5ca5631081 diff --git a/src/rect.h b/src/rect.h index 4e015a1..313965e 100644 --- a/src/rect.h +++ b/src/rect.h @@ -25,11 +25,7 @@ #include #include -extern "C" { - - irr::core::rect - scm_to_rect_s32 (SCM rect); - -} +irr::core::rect +scm_to_rect_s32 (SCM rect); #endif