#ifndef _GET_POS #define _GET_POS struct possiblePos{ int x; int y; }openPos; struct NextPos{ int x; int y; }nextPos; #endif