shithub: rgbds

ref: e86a70d2cb7fa602373f926ca9cd1f15612c246e
dir: /include/link/patch.h/

View raw version
#ifndef RGBDS_LINK_PATCH_H
#define RGBDS_LINK_PATCH_H

#include "types.h"

void Patch(void);
extern SLONG nPC;

#endif