extern "C"
{
// function prototype to be used inside the "main" program
void drawBlock(int PTx, int PTy, int color);
void drawAvatar(int PTx, int PTy);
void clearscreen();
void doWait();
void doWin();
void showScore(int score);
// returns keypress value
long getInput();
void showLOC(int PTx, int PTy);
void showTimer(int seconds);
}