move_player
move_player(pp, LEFTS); /* Move left */
move_player(pp, BELOW); /* Move down */
move_player(pp, ABOVE); /* Move up */
move_player(pp, RIGHT); /* Move right */
static void move_player(PLAYER *, int);