X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pages%2FSDL-Sound.html-inc;h=1886d9ec718013106055f743705b40f7bd1759f9;hb=f373167ec31ba16ae0770ba461f9de43f41a7ac1;hp=28737c46030f07f6b819588379155b6dbb68fee7;hpb=46beffd8f76fe150d946bf61c780e61de2affbdf;p=sdlgit%2FSDL-Site.git diff --git a/pages/SDL-Sound.html-inc b/pages/SDL-Sound.html-inc index 28737c4..1886d9e 100644 --- a/pages/SDL-Sound.html-inc +++ b/pages/SDL-Sound.html-inc @@ -28,10 +28,10 @@

DESCRIPTION

Top

-

SDL::Sound is a module for loading WAV files for sound effects. -The file can be loaded by creating a new SDL::Sound object by +

SDL::Sound is a module for loading WAV files for sound effects. +The file can be loaded by creating a new SDL::Sound object by passing the filename to the constructor;

-
	my $sound = new SDL::Sound 'my_sfx.wav';
+
	my $sound = SDL::Sound->new( 'my_sfx.wav' );
 
 
@@ -52,7 +52,7 @@ passing the filename to the constructor;

SEE ALSO

Top

-

perl SDL::Mixer

+

perl SDL::Mixer

\ No newline at end of file