package de.fau.cs.mad.fly; /** Interface to provide libgdx weather the display is swapped or not */ public interface OrientationProvider { public boolean orientationSwapped(); }