9 lines
143 B
C
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
|