mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
8 lines
158 B
C
8 lines
158 B
C
#ifndef ASMOTOR_LINK_OBJECT_H
|
|
#define ASMOTOR_LINK_OBJECT_H
|
|
|
|
extern void obj_Readfile(char *tzObjectfile);
|
|
extern void lib_Readfile(char *tzLibfile);
|
|
|
|
#endif
|