X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fvideo-driver.h;h=05dcf137a21f98a9d357aadcf841b918e3866203;hb=41a6ad96e81a8d8153c54877c4c12f61100677a9;hp=d1b4babf824029369d95a192b786c59e6f5871f6;hpb=ba89d42068aa7ee7535946ff61d9bbebdb153f28;p=guile-irrlicht.git diff --git a/src/video-driver.h b/src/video-driver.h index d1b4bab..05dcf13 100644 --- a/src/video-driver.h +++ b/src/video-driver.h @@ -25,10 +25,8 @@ #include #include -extern "C" { - void - init_video_driver (void); -} +void +init_video_driver (void); irr::video::E_TRANSFORMATION_STATE scm_to_transformation_state (SCM transformation_state);