#ifndef _GET_POS #define _GET_POS struct OpenPos{ int x; int y; }; struct NextPos{ int x; int y; }nextPos; struct OpenPos getOpenPos(); #endif