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