Initial integration, lots of broken stuff
[supertux.git] / src / unison / physfs-1.1.1 / 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