shithub: rgbds

ref: 8a7adf4c3b0fc70c05f44b2d429cfe2dd4cd5428
dir: /src/link/include/patch.h/

View raw version
#ifndef	PATCH_H
#define	PATCH_H

#include	"types.h"

void	Patch( void );
extern	SLONG	nPC;

#endif