shithub: rgbds

ref: b53e17078150a42cc74e78e3f4327457c66854e0
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