|
@ -7,5 +7,6 @@ void turn_direction_right(Direction *direction); |
|
|
void lab_move(unsigned short *x, unsigned short *y, Direction direction); |
|
|
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); |
|
|
|
|
|
|
|
|
#endif // TEST_H |
|
|
#endif // TEST_H |