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