shithub: rgbds

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