Source Code (Use browser search to find items of interest.)

Class Index

ktron'Player (./kdegames/ktron/tron.h:43)

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};