shithub: rgbds

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