Applied Magnet's Patch
[sdlgit/SDL_perl.git] / lib / SDL / Surface.pm
1 package SDL::Surface;
2 use strict;
3 use warnings;
4 require Exporter;
5 require DynaLoader;
6 our @ISA = qw(Exporter DynaLoader);
7 bootstrap SDL::Surface;
8
9 1;