1 2 3 4 5 6 7
package ch.asynk.gdx.boardgame; public interface Scalable { public float getScale(); public void setScale(float scale); }