X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fvideo-driver.h;h=d1b4babf824029369d95a192b786c59e6f5871f6;hb=ba89d42068aa7ee7535946ff61d9bbebdb153f28;hp=1525edf717aaab831851c9dc14bf2d8fc6344278;hpb=2806f03eafc48ec9ef02a3dc2d74133eaf11ccc1;p=guile-irrlicht.git diff --git a/src/video-driver.h b/src/video-driver.h index 1525edf..d1b4bab 100644 --- a/src/video-driver.h +++ b/src/video-driver.h @@ -24,16 +24,13 @@ #include #include -#include "wrapped.h" extern "C" { - void init_video_driver (void); - - DECLARE_WRAPPED_TYPE (irr::video::IVideoDriver*, init_video_driver_type, - video_driver_p, wrap_video_driver, unwrap_video_driver); - } +irr::video::E_TRANSFORMATION_STATE +scm_to_transformation_state (SCM transformation_state); + #endif