#ifndef LOADMAP_H
#define LOADMAP_H

extern int map_err_num;
int load_maps();

#endif

