use Algorithm::Line::Bresenham to draw lines later
[perl-landing-airplanes.git] / trace-path.pl
index 61a4066..77a378d 100755 (executable)
@@ -9,6 +9,7 @@ use SDL::Color;
 use SDL::Constants;
 use SDL::Event;
 use Math::CatmullRom;
+#use Algorithm::Line::Bresenham;
 
 use Carp qw/confess/;
 use Data::Dump qw/dump/;