1 2 3 4 5 6
package ch.asynk.gdx.boardgame; public interface Touchable { public boolean touch(float x, float y); }