mirror of
https://github.com/love2d/megasource.git
synced 2026-08-17 11:11:35 +02:00
14 lines
199 B
C
14 lines
199 B
C
/*
|
|
* PhysicsFS - ruby interface
|
|
*
|
|
* Author:: Ed Sinjiashvili (slimb@vlinkmail.com)
|
|
* License:: LGPL
|
|
*/
|
|
|
|
#ifndef __RB__PHYSFS__H__
|
|
#define __RB__PHYSFS__H__
|
|
|
|
extern VALUE modulePhysfs;
|
|
|
|
#endif
|