make StopAllSongs public

This commit is contained in:
Brian Matzon 2006-06-06 20:36:45 +00:00
parent 4f3c76a6ba
commit 9cfd950c15
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ public class FMusic {
* Stops all songs from playing. This is useful if you have multiple songs playing at once and
* want a quick way to stop them
*/
private static native void FMUSIC_StopAllSongs();
public static native void FMUSIC_StopAllSongs();
/**
* Sets a user callback for any Zxx commands encountered in an S3M, XM or IT file.