shithub: rgbds

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