3f29e86fdff4241e08b514c72b59437b7f038490
[sdlgit/SDL_perl.git] / lib / SDL / PixelFormat.pm
1 package SDL::PixelFormat;
2 use strict;
3 use warnings;
4 require Exporter;
5 require DynaLoader;
6 our @ISA = qw(Exporter DynaLoader);
7 bootstrap SDL::PixelFormat;
8
9 1;
10
11 __END__
12
13 =pod
14
15 =head1 NAME
16
17 SDL::PixelFormat - Stores surface format information
18
19 =head1 SYNOPSIS
20
21 =head1 DESCRIPTION
22
23 An C<SDL::PixelFormat > stores surface format information
24
25 =head1 METHODS
26
27 =head1 SEE ALSO
28
29 L<SDL::Surface>
30
31 =cut