shithub: rgbds

ref: 7993d3455d9eef8173fe9d9fb24513989d72ce20
dir: /include/link/output.h/

View raw version
#ifndef	RGBDS_LINK_OUTPUT_H
#define	RGBDS_LINK_OUTPUT_H

void out_Setname(char *tzOutputfile);
void Output(void);

#endif