|
@ -10,6 +10,6 @@ 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); |
|
|
void show_solution(Field_State** field, unsigned short len_x, unsigned short len_y); |
|
|
unsigned short get_natural_number(char text[]); |
|
|
unsigned short get_natural_number(char text[]); |
|
|
void dimesions(unsigned short *len_x, unsigned short *len_y); |
|
|
|
|
|
|
|
|
void ask_lab_dimensions(unsigned short *len_x, unsigned short *len_y); |
|
|
|
|
|
|
|
|
#endif // TEST_H |
|
|
#endif // TEST_H |