X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fdriver-types.h;h=acabf0b29e454eb414d28401790bfbb64ea59718;hb=6dd88690b25a4df65ee7568377e25a0e1bf3af2f;hp=dff3802b513e31a3773d5743b5e74bcc060b30ad;hpb=2806f03eafc48ec9ef02a3dc2d74133eaf11ccc1;p=guile-irrlicht.git diff --git a/src/driver-types.h b/src/driver-types.h index dff3802..acabf0b 100644 --- a/src/driver-types.h +++ b/src/driver-types.h @@ -25,11 +25,7 @@ #include #include -extern "C" { - - irr::video::E_DRIVER_TYPE - scm_to_driver_type (SCM driver_type); - -} +irr::video::E_DRIVER_TYPE +scm_to_driver_type (SCM driver_type); #endif