shithub: rgbds

ref: e3a31d7e593ced6606055c720c4269cb7cb5e2d0
dir: /include/link/mapfile.h/

View raw version
#ifndef	ASMOTOR_LINK_MAPFILE_H
#define	ASMOTOR_LINK_MAPFILE_H

extern void SetMapfileName(char *name);
extern void SetSymfileName(char *name);
extern void CloseMapfile(void);
extern void MapfileWriteSection(struct sSection * pSect);
extern void MapfileInitBank(SLONG bank);
extern void MapfileCloseBank(SLONG slack);

#endif