5 use vars qw($VERSION @ISA @EXPORT);
9 @ISA = qw(Exporter DynaLoader);
10 @EXPORT = qw( NewRect RectX RectY RectW RectH);
15 #################### subroutine header begin ####################
17 =head2 sample_function
19 Usage : How to use this function/method
20 Purpose : What it does
21 Returns : What it returns
22 Argument : What it wants to know
23 Throws : Exceptions and other anomolies
24 Comment : This is a sample subroutine header.
25 : It is polite to include more pod and fewer comments.
31 #################### subroutine header end ####################
35 #################### main pod documentation begin ###################
36 ## Below is the stub of documentation for your module.
37 ## You better edit it!
42 SDL::Rect - Bindings to rect obj and its functions in the C SDL libs
52 Stub documentation for this module was created by ExtUtils::ModuleMaker.
53 It looks like the author of the extension was negligent enough
54 to leave the stub unedited.
77 http://yapgh.blogspot.com/
81 This program is free software; you can redistribute
82 it and/or modify it under the same terms as Perl itself.
84 The full text of the license can be found in the
85 LICENSE file included with this module.
94 #################### main pod documentation end ###################
96 bootstrap SDL::Rect $VERSION;
99 # The preceding line will help the module return a true value