package magic.model; public interface IGameController { void haltGame(); void runGame(); }