PraktikumOthello/players/playerlib.h

8 lines
133 B
C

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