lookaround
void lookaround(void);
lookaround();
} while (occupant[y][x] || lookaround(y,x,Star) * 7 < e--);
curobj->energy += 25*lookaround(curobj->posy,curobj->posx,Star);
int lookaround(int, int, char);