X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=extras%2Fphysfs_rb%2Fphysfs%2Frb_sdl_rwops.h;fp=extras%2Fphysfs_rb%2Fphysfs%2Frb_sdl_rwops.h;h=05f51bccfe7fe01cc3bd6c792f1933e3113f0bd1;hb=1a2e54b98aaab3669eebd38facb83687c4ac7baf;hp=0000000000000000000000000000000000000000;hpb=0b9bdac28929054558b5d7f315403fe3399a1413;p=physicsfs diff --git a/extras/physfs_rb/physfs/rb_sdl_rwops.h b/extras/physfs_rb/physfs/rb_sdl_rwops.h new file mode 100644 index 0000000..05f51bc --- /dev/null +++ b/extras/physfs_rb/physfs/rb_sdl_rwops.h @@ -0,0 +1,16 @@ +/* + * SDL_RWops - ruby interface + * + * Author:: Ed Sinjiashvili (slimb@vlinkmail.com) + * License:: LGPL + */ + +#ifndef __RB__SDL__RWOPS__H__ +#define __RB__SDL__RWOPS__H__ + +extern VALUE classRWops; + +VALUE sdl_rwops_new (SDL_RWops *ops); +void init_sdl_rwops (void); + +#endif