namespace Snake { public enum CellTypes { None, Food, Snake, } }