mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
This option takes a file and places fixed sections on top of it. Should prove useful for patches and partial disassemblies.
9 lines
168 B
C
9 lines
168 B
C
#ifndef RGBDS_LINK_OUTPUT_H
|
|
#define RGBDS_LINK_OUTPUT_H
|
|
|
|
void out_Setname(char *tzOutputfile);
|
|
void out_SetOverlayname(char *tzOverlayfile);
|
|
void Output(void);
|
|
|
|
#endif
|