package ch.asynk.gdx.board.engine; public interface Touchable { public boolean touch(float x, float y); }