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

There is a newer version: 1.18.1
Show newest version
package match3

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy