Files
rgbds/include/link/output.h
Vegard Nossum afe33e1162 link: move includes to include/link/
Signed-off-by: Vegard Nossum <vegard.nossum@gmail.com>
2009-06-11 09:22:49 +02:00

8 lines
126 B
C

#ifndef ASMOTOR_LINK_OUTPUT_H
#define ASMOTOR_LINK_OUTPUT_H
void out_Setname(char *tzOutputfile);
void Output(void);
#endif