cleaned up MANIFEST, Added it to .gitignore. Added lib/SDL/Video.pm with some prelim...
[sdlgit/SDL_perl.git] / lib / SDL / Video.pm
CommitLineData
95f5be30 1package SDL::Video;
2use strict;
3use warnings;
4require Exporter;
5require DynaLoader;
6our @ISA = qw(Exporter DynaLoader);
7bootstrap SDL::Video;
8
91;
10
11__END__
12
13=pod
14
15=head1 NAME
16
17SDL::Video - Bindings to the video category in SDL API
18
19=head1 SYNOPSIS
20
21This module is not an object. Please read the
22
23=head1 DESCRIPTION
24
25
26
27=head1 METHODS
28
29=head2 get_video_surface
30
31=head2 get_video_info
32
33
34=head1 SEE ALSO
35
36=head2 Category Objects
37
38L<SDL::Surface>, L<SDL::Overlay>, L<SDL::Color>,
39L<SDL::Rect>, L<SDL::Palette>, L<SDL::PixelFormat>,
40L<SDL::VideoInfo>
41
42=cut