X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pages%2FSDL-Mixer.html-inc;fp=pages%2FSDL-Mixer.html-inc;h=71f387b6b7e2b36b3c3ed94ddd693272b2eb04e3;hb=3549ee6a3a96e3e1834ff3373567ab631acd42cc;hp=df066d5a236d3ea867326477e42b57c66e8a9c92;hpb=9b105a174c47bf270f320086452ef5d26c53fe35;p=sdlgit%2FSDL-Site.git diff --git a/pages/SDL-Mixer.html-inc b/pages/SDL-Mixer.html-inc index df066d5..71f387b 100644 --- a/pages/SDL-Mixer.html-inc +++ b/pages/SDL-Mixer.html-inc @@ -33,11 +33,11 @@

CONSTANTS

Top

-

The constants are not exported by default. You can export them into your namespace by doing:

-
 use SDL::Mixer ':all';
+

The constants are exported by default. You can avoid this by doing:

+
 use SDL::Mixer ();
 
 
-

or access them directly:

+

and access them directly:

 SDL::Mixer::MIX_DEFAULT_FREQUENCY;