package ch.asynk.gdx.boardgame; public interface Rotable { public float getRotation(); public void setRotation(float rotation); }