ref: 907ccfb28007b940577c0880e593dd396c2dea2f dir: /include/link/output.h/
#ifndef RGBDS_LINK_OUTPUT_H #define RGBDS_LINK_OUTPUT_H void out_Setname(char *tzOutputfile); void out_SetOverlayname(char *tzOverlayfile); void Output(void); #endif