summaryrefslogtreecommitdiffstats
path: root/core/src/ch/asynk/zproject/engine/Touchable.java
blob: a1390be129d8e936243a16dd8c3f22ebe808181b (plain)
1
2
3
4
5
6
package ch.asynk.gdx.board.engine;

public interface Touchable
{
    public boolean touch(float x, float y);
}