a-maze-ing/source/player.h

7 lines
202 B
C

void showPlayer();
void setupPlayers();
bool thereIsPlayerInPos(int, int);
int nPlayersPlaying();
void updatePlayers();
void firstSetupPlayers(int n);
bool areTherePlayersNeaby(int x, int y, int range);