shithub: rgbds

ref: 618082bcabf83cbf1c46cdcf879b98fbd3f0fed9
dir: /src/link/include/object.h/

View raw version
#ifndef	OBJECT_H
#define	OBJECT_H

extern void obj_Readfile(char *tzObjectfile);
extern void lib_Readfile(char *tzLibfile);

#endif