general.h
changeset 26 95fccfcbd04c
parent 25 b37843173279
child 28 cd27cb410375
equal deleted inserted replaced
25:b37843173279 26:95fccfcbd04c
    82 void PrintMove(struct BoxMove b);
    82 void PrintMove(struct BoxMove b);
    83 void show_percent_and_map();
    83 void show_percent_and_map();
    84 
    84 
    85 /* Functions related to map solution
    85 /* Functions related to map solution
    86  * algorithm.c */
    86  * algorithm.c */
    87 int solve_map(const struct Map origin);
    87 int solve_map(const struct Map *origin);