shithub: rgbds

ref: 011c2c953b758233dd9dc8fef76bc04c51c6759b
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