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