# File lib/rubysdl_compatible_ver1.rb, line 93
      def drawAALine(x1, y1, x2, y2, col)
        drawLine(x1, y1, x2, y2, col, true)
      end