mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-28 05:47:48 +00:00
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
|