# File lib/ruby-sdl-ffi/image.rb, line 42
    def self.img_func( name, args, ret )
      func name, "IMG_#{name}", args, ret
    end