mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
This fixes a zip/platform artifact. Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
11 lines
319 B
C
11 lines
319 B
C
#ifndef MAPFILE_H
|
|
#define 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 |