#ifndef Spieler #define Spieler typedef enum { PLAYER_WHITE, PLAYER_BLACK } Player; #endif // Spieler