05f51bccfe7fe01cc3bd6c792f1933e3113f0bd1
[physicsfs] / extras / physfs_rb / physfs / rb_sdl_rwops.h
1 /*
2  * SDL_RWops - ruby interface
3  *
4  * Author::     Ed Sinjiashvili (slimb@vlinkmail.com)
5  * License::    LGPL
6  */
7
8 #ifndef __RB__SDL__RWOPS__H__
9 #define __RB__SDL__RWOPS__H__
10
11 extern VALUE classRWops;
12
13 VALUE sdl_rwops_new (SDL_RWops *ops);
14 void init_sdl_rwops (void);
15
16 #endif