X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fdriver-types.h;fp=src%2Fdriver-types.h;h=acabf0b29e454eb414d28401790bfbb64ea59718;hb=10b175d2183bb4dbe9a53c773465ed714e890290;hp=dff3802b513e31a3773d5743b5e74bcc060b30ad;hpb=e475a79b29e679e6378f871f236ba44ec6a4ae12;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