Uses of Interface
com.b3dgs.lionengine.audio.Sound

Packages that use Sound
com.b3dgs.lionengine   
com.b3dgs.lionengine.audio.impl   
 

Uses of Sound in com.b3dgs.lionengine
 

Methods in com.b3dgs.lionengine that return Sound
 Sound Audio.loadSound(java.lang.String name)
          Load a sound from a file name (wav).
 

Uses of Sound in com.b3dgs.lionengine.audio.impl
 

Methods in com.b3dgs.lionengine.audio.impl that return Sound
 Sound AudioFactory.loadSound(java.lang.String name)