Skip to content

Commit

Permalink
fix more tutorials
Browse files Browse the repository at this point in the history
  • Loading branch information
szabgab committed Aug 17, 2009
1 parent 02ddb29 commit 87a6d0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/SDL/Tutorial/Animation.pm
Expand Up @@ -31,6 +31,8 @@
package SDL::Tutorial::Animation;

use strict;
use warnings;

use SDL;
use SDL::App;
use SDL::Rect;
Expand Down Expand Up @@ -127,7 +129,6 @@ sub draw_undraw_rect
$app->update( $args{old_rect} );
$app->update( $args{rect} );
}
END_HERE

1;
__END__
Expand Down

0 comments on commit 87a6d0d

Please sign in to comment.