void Exit() { StatusBar.PrintInfo("Exit!"); Environment.Exit(0); }
void SaveGame() { StatusBar.PrintInfo("Save Game!"); }
void Settings() { StatusBar.PrintInfo("Settings!"); }
void LoadLevel() { StatusBar.PrintInfo("Load Game!"); }