shithub: rgbds

ref: 0ce5efb3c57ea5aa578881a994bed9c1b8d7c19d
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