mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
8 lines
122 B
C
8 lines
122 B
C
#ifndef RGBDS_LINK_OUTPUT_H
|
|
#define RGBDS_LINK_OUTPUT_H
|
|
|
|
void out_Setname(char *tzOutputfile);
|
|
void Output(void);
|
|
|
|
#endif
|