Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 199 Bytes

rb_physfs.h

File metadata and controls

13 lines (10 loc) · 199 Bytes
 
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
* PhysicsFS - ruby interface
*
* Author:: Ed Sinjiashvili (slimb@vlinkmail.com)
* License:: LGPL
*/
#ifndef __RB__PHYSFS__H__
#define __RB__PHYSFS__H__
extern VALUE modulePhysfs;
#endif