shithub: rgbds

ref: 322a0b05d8dcc850d194eb7e69b11194a000ba74
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