SDL::Music - a perl extension |
SDL::Music - a perl extension
the SDL::Music manpage is used to load music files for use with the SDL::Mixer manpage. To load a music file one simply creates a new object passing the filename to the constructor:
my $music = new SDL::Music 'my_song.ogg';
David J. Goehrig
SDL::Music - a perl extension |