All Downloads are FREE. Search and download functionalities are using the official Maven repository.

examples.Match3.src.main.gosu.match3.IStoneRenderer.gs Maven / Gradle / Ivy

package match3

uses javax.swing.Icon
uses java.awt.Graphics

/**
 */
interface IStoneRenderer {
  function render( stone: StoneComponent, g: Graphics )
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy