/*
 * $Id: maploader.h,v 1.1 2003/12/16 04:17:00 andrewtaylor Exp $
 */

#ifndef MAPLOADER_H
#define MAPLOADER_H

struct _Map;

int mapLoad(struct _Map *map);

#endif /* MAPLOADER_H */
