X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Frect.h;h=313965eaee55a32b2040fe06e267bae5c90c67fb;hb=43b3e4fbfc4a80af937ba223dfa15ee8b6b8e736;hp=bad7aae04ca89bfc2ed0c8ccf4924e59464424a7;hpb=56de371557044d3b7acc14cb94cc46641be906d9;p=guile-irrlicht.git diff --git a/src/rect.h b/src/rect.h index bad7aae..313965e 100644 --- a/src/rect.h +++ b/src/rect.h @@ -19,17 +19,13 @@ . */ -#ifndef __GUILE_IRRLICHT_RECT_INCLUDED__ -#define __GUILE_IRRLICHT_RECT_INCLUDED__ +#ifndef __GUILE_IRRLICHT_RECT_H_INCLUDED__ +#define __GUILE_IRRLICHT_RECT_H_INCLUDED__ #include #include -extern "C" { - - irr::core::rect - scm_to_rect_s32 (SCM rect); - -} +irr::core::rect +scm_to_rect_s32 (SCM rect); #endif