PraktikumOthello/players/playerlib.h

9 lines
143 B
C

#ifndef PLAYERLIB_H
#define PLAYERLIB_H
char enemyc = 0;
//returns the character used for the enemy's stones
char getEnemyChar(char);
#endif