Skip to content

Commit 6ec03a6

Browse files
Create physicsfs.lua
1 parent b4d23a6 commit 6ec03a6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

physicsfs.lua

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
--=========== Copyright © 2016, Planimeter, All rights reserved. =============--
2+
--
3+
-- Purpose:
4+
--
5+
--============================================================================--
6+
7+
local ffi = require( "ffi" )
8+
io.input( "physfs.h" )
9+
ffi.cdef( io.read( "*all" ) )
10+
return ffi.load( "physfs" )

0 commit comments

Comments
 (0)