version 1.4 | version 1.5 | |||
---|---|---|---|---|
|
| |||
{ | { | |||
fprintf(logfile, "%s\n", txt); | fprintf(logfile, "%s\n", txt); | |||
} | } | |||
void new_info_map(int color, mapstruct *map, const char *str) | void new_info_map(int color, const mapstruct *map, const char *str) | |||
{ | { | |||
fprintf(logfile, "new_info_map: %s\n", str); | fprintf(logfile, "new_info_map: %s\n", str); | |||
} | } |
Legend:
|