X-Git-Url: https://git.jsancho.org/?p=guile-irrlicht.git;a=blobdiff_plain;f=src%2Ffile-system.h;h=774dbcf5b6b777b76f1f74e18cb22ed367201b4b;hp=35a06270a5752491ba1dbff11ad42139d9ccc970;hb=12c23d8b50e25efce7891cc81427c5774340bd18;hpb=cb00a4ce59df131e82f28deb4160015baae1fabe diff --git a/src/file-system.h b/src/file-system.h index 35a0627..774dbcf 100644 --- a/src/file-system.h +++ b/src/file-system.h @@ -24,24 +24,19 @@ #include #include -#include "wrapped.h" -extern "C" { +SCM +io_IFileSystem_addFileArchive (SCM file_system, + SCM filename, + SCM ignore_case, + SCM ignore_paths, + SCM archive_type, + SCM password, + SCM ret_archive); +extern "C" { void init_file_system (void); - - DECLARE_WRAPPED_TYPE (irr::io::IFileSystem*, init_file_system_type, - file_system_p, wrap_file_system, unwrap_file_system); - - SCM - irr_io_addFileArchive (SCM wrapped_file_system, - SCM filename, - SCM rest); - - SCM - irr_getFileSystem (SCM wrapped_obj); - } #endif