enum Player{One,Two,Both,Nobody}; // Bits that defines the rect and which sides to draw enum {BACKGROUND=0, PLAYER1=1,PLAYER2=2,TOP=4,BOTTOM=8,LEFT=16,RIGHT=32};