shithub: rgbds

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

View raw version
#ifndef ASMOTOR_LINK_PATCH_H
#define ASMOTOR_LINK_PATCH_H

#include "link/types.h"

void Patch(void);
extern SLONG nPC;

#endif