Skip to content

Instantly share code, notes, and snippets.

@mistydemeo
Created October 18, 2013 03:22
Show Gist options
  • Save mistydemeo/7036038 to your computer and use it in GitHub Desktop.
Save mistydemeo/7036038 to your computer and use it in GitHub Desktop.
ptr = FFI::MemoryPointer.new(:pointer)
gme_open_file(file, ptr, freq)
player = ptr.read_pointer
gme_start_track(player, 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment