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