Wrap TTF_Font with a few calls
[sdlgit/SDL_perl.git] / lib / SDL / TTF_Font.pm
diff --git a/lib/SDL/TTF_Font.pm b/lib/SDL/TTF_Font.pm
new file mode 100644 (file)
index 0000000..f8d1943
--- /dev/null
@@ -0,0 +1,11 @@
+package SDL::TTF_Font;
+use strict;
+use warnings;
+require Exporter;
+require DynaLoader;
+our @ISA = qw(Exporter DynaLoader);
+bootstrap SDL::TTF_Font;
+
+1;
+
+__END__
\ No newline at end of file