X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Fvideo-driver.h;h=d1b4babf824029369d95a192b786c59e6f5871f6;hb=73e48b7e6472724899af8284491802e950156004;hp=7e3f7279acb09cd7ca329e2978ca13ae4a294f0b;hpb=9a256c6c6a756378cb53c89d42e362bbaa2fc5c0;p=guile-irrlicht.git diff --git a/src/video-driver.h b/src/video-driver.h index 7e3f727..d1b4bab 100644 --- a/src/video-driver.h +++ b/src/video-driver.h @@ -24,19 +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); - - SCM - irr_getVideoDriver (SCM wrapped_obj); - } +irr::video::E_TRANSFORMATION_STATE +scm_to_transformation_state (SCM transformation_state); + #endif