shithub: rgbds

ref: b6c749ffbd30138de7beef13fb9265372a461a96
dir: /src/link/include/patch.h/

View raw version
#ifndef PATCH_H
#define PATCH_H

#include "types.h"

void Patch(void);
extern SLONG nPC;

#endif