shithub: rgbds

ref: 26150fa9d4203737d5dff5ba3d4dc5239d93c6e7
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