Method: Gosu::BlockAllocator#initialize

Defined in:
lib/gosu_android/graphics/blockAllocator.rb

#initialize(width, height) ⇒ BlockAllocator

Returns a new instance of BlockAllocator.



48
49
50
# File 'lib/gosu_android/graphics/blockAllocator.rb', line 48

def initialize(width, height)
  @pimpl = Impl.new(width, height, nil, 0, 0, width, height)
end