shithub: rgbds

ref: 618082bcabf83cbf1c46cdcf879b98fbd3f0fed9
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