shithub: rgbds

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