X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=src%2Ffile-system.h;h=b05df205c039ed3c80744c9252a5c51b4c80bf53;hb=6343b5b67dfe68e1e7270ba6c100603f157d1b31;hp=35a06270a5752491ba1dbff11ad42139d9ccc970;hpb=bdd3bebca0131db5ecaf7219b6019ee267468538;p=guile-irrlicht.git diff --git a/src/file-system.h b/src/file-system.h index 35a0627..b05df20 100644 --- a/src/file-system.h +++ b/src/file-system.h @@ -22,26 +22,9 @@ #ifndef __GUILE_IRRLICHT_FILE_SYSTEM_H_INCLUDED__ #define __GUILE_IRRLICHT_FILE_SYSTEM_H_INCLUDED__ -#include -#include -#include "wrapped.h" - 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