# File lib/rubygame/mediabag.rb, line 95
    def load_image(filename)
      return Rubygame::Surface.load_image(filename)
    end