#ifndef _GET_POS #define _GET_POS struct OpenPos{ int x; int y; }; struct NextPos{ int x; int y; }nextPos; struct OpenPos getOpenPos(); void getNextPos(int y, int x, int y2, int x2); #endif