export enum GameState { MENU = 0, PAUSED = 1, RUNNING = 2, CLOSED = -1, }