Skip to content
Permalink
master
Go to file
 
 
Cannot retrieve contributors at this time
36 lines (32 sloc) 920 Bytes

audio.nim

  • type AudioStream
  • proc newAudioStream
  • proc audioStreamPut
  • proc audioStreamGet
  • proc audioStreamAvailable
  • proc audioStreamFlush
  • proc audioStreamClear
  • proc freeAudioStream

joystick.nim

  • proc lockJoysticks
  • proc unlockJoysticks

sdl_image.nim

  • template compiledVersion
  • template versionAtLeast
  • proc isSVG
  • proc loadSVG_RW
  • proc saveJPG
  • proc saveJPG_RW

sdl_mixer.nim

  • template compiledVersion
  • template versionAtLeast
  • changed init flags (see diff)
  • changed MusicType enum (see diff)
  • proc openAudioDevide
  • proc hasChunkDecoder
  • proc hasMusicDecoder
  • template clearError
You can’t perform that action at this time.