X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fdocs%2FMusic.pod;fp=lib%2Fdocs%2FMusic.pod;h=0a17e2c3f49c72deb37432ab6b7769bdc2237a70;hb=896b04ee008898e1c1edbdd432bedaa8643400dc;hp=0000000000000000000000000000000000000000;hpb=b3cdeb39a431b026168c4060bf74001fcee07493;p=sdlgit%2FSDL_perl.git diff --git a/lib/docs/Music.pod b/lib/docs/Music.pod new file mode 100644 index 0000000..0a17e2c --- /dev/null +++ b/lib/docs/Music.pod @@ -0,0 +1,24 @@ +=pod + +=head1 NAME + +SDL::Music - a perl extension + +=head1 DESCRIPTION + +L is used to load music files for use with L. +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'; + + +=head1 AUTHOR + +David J. Goehrig + +=head1 SEE ALSO + +L L + +=cut