Wrap TTF_Font with a few calls
[sdlgit/SDL_perl.git] / lib / SDL / TTF_Font.pm
1 package SDL::TTF_Font;
2 use strict;
3 use warnings;
4 require Exporter;
5 require DynaLoader;
6 our @ISA = qw(Exporter DynaLoader);
7 bootstrap SDL::TTF_Font;
8
9 1;
10
11 __END__