package de.stealmycode.beehive.graphics_engine; /** * Represents the state of the window. * * @author donhilion * */ public enum WindowState { MENU, MEADOW }