parent
bd48516d32
commit
e336a93c8d
7 changed files with 39 additions and 21 deletions
@ -1,14 +1,15 @@ |
|||||||
#ifndef _GET_POS |
#ifndef _GET_POS |
||||||
#define _GET_POS |
#define _GET_POS |
||||||
|
|
||||||
struct possiblePos{ |
struct OpenPos{ |
||||||
int x; |
int x; |
||||||
int y; |
int y; |
||||||
}openPos; |
}; |
||||||
|
|
||||||
struct NextPos{ |
struct NextPos{ |
||||||
int x; |
int x; |
||||||
int y; |
int y; |
||||||
}nextPos; |
}nextPos; |
||||||
|
|
||||||
|
struct OpenPos getOpenPos(); |
||||||
#endif |
#endif |
||||||
|
Loading…
Reference in new issue