shithub: rgbds

ref: 1a98f20535a5007c3266d2731edd95b14aa3facd
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