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