general.h
changeset 25 b37843173279
parent 10 9148590f009d
child 26 95fccfcbd04c
equal deleted inserted replaced
24:bb3bb8584190 25:b37843173279
    78  * os.c */
    78  * os.c */
    79 void ReadMap(struct Map *M, char *FileName);
    79 void ReadMap(struct Map *M, char *FileName);
    80 void ShowMap (const struct Map *M);
    80 void ShowMap (const struct Map *M);
    81 void init_os();
    81 void init_os();
    82 void PrintMove(struct BoxMove b);
    82 void PrintMove(struct BoxMove b);
       
    83 void show_percent_and_map();
    83 
    84 
    84 /* Functions related to map solution
    85 /* Functions related to map solution
    85  * algorithm.c */
    86  * algorithm.c */
    86 int solve_map(const struct Map origin);
    87 int solve_map(const struct Map origin);