Menu cell state
Cell state that tells the menu manager what it should do with a given SDLMenuCell
Marks the cell to be deleted
MenuCellStateDelete = 0
case delete = 0
Marks the cell to be added
MenuCellStateAdd
case add = 1
Marks the cell to be kept
MenuCellStateKeep
case keep = 2