shithub: rgbds

ref: 951c9b66f40592d26fc9cd9f97b05af3a7cb711e
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