shithub: rgbds

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