|
@ -8,5 +8,6 @@ void lab_move(unsigned short *x, unsigned short *y, Direction direction); |
|
|
void set_wall(Field_State** field, unsigned short x, unsigned short y); |
|
|
void set_wall(Field_State** field, unsigned short x, unsigned short y); |
|
|
void init_field(Field_State** field, unsigned short len_x, unsigned short len_y); |
|
|
void init_field(Field_State** field, unsigned short len_x, unsigned short len_y); |
|
|
short lab_can_move(Field_State** field, unsigned short x, unsigned short y, Direction direction, unsigned short len_x, unsigned short len_y); |
|
|
short lab_can_move(Field_State** field, unsigned short x, unsigned short y, Direction direction, unsigned short len_x, unsigned short len_y); |
|
|
|
|
|
void show_solution(Field_State** field, unsigned short len_x, unsigned short len_y); |
|
|
|
|
|
|
|
|
#endif // TEST_H |
|
|
#endif // TEST_H |