mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
8 lines
126 B
C
8 lines
126 B
C
#ifndef ASMOTOR_LINK_OUTPUT_H
|
|
#define ASMOTOR_LINK_OUTPUT_H
|
|
|
|
void out_Setname(char *tzOutputfile);
|
|
void Output(void);
|
|
|
|
#endif
|