Module: SDL::Image

Extended by:
NiceFFI::Library
Defined in:
lib/ruby-sdl-ffi/image.rb

Class Method Summary collapse

Class Method Details

.img_func(name, args, ret) ⇒ Object



42
43
44
# File 'lib/ruby-sdl-ffi/image.rb', line 42

def self.img_func( name, args, ret )
  func name, "IMG_#{name}", args, ret
end