sandal (owner)

Revisions

gist: 119978 Download_button fork
public
Public Clone URL: git://gist.github.com/119978.git
Embed All Files: show embed
ruby.rb #
1
2
3
4
5
6
7
8
9
module API
  extend FFI::Library
  ffi_lib "C:/Windows/pcmsrv32.dll"
 
  attach_function :PCMSOpenServer, [:int, :int], :short
  attach_function :PCMSCloseServer, [:short], :int
  attach_function :PCMSCalcDistance, [:short, :string, :string], :long
end