Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 270 Bytes

rb_sdl_rwops.h

File metadata and controls

16 lines (12 loc) · 270 Bytes
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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