showscores
void showscores(void);
showscores();
showscores();
showscores(); /* if we updated the scoreboard */
void showscores(int);
showscores(0);
showscores(level);