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

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