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