using Microsoft.Xna.Framework; namespace Jumpy { public interface IWindow { void SetFullScreen(bool fullScreen, Game game, GraphicsDeviceManager graphics); } }