mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
10 lines
119 B
C
10 lines
119 B
C
#ifndef RGBDS_LINK_PATCH_H
|
|
#define RGBDS_LINK_PATCH_H
|
|
|
|
#include "types.h"
|
|
|
|
void Patch(void);
|
|
extern SLONG nPC;
|
|
|
|
#endif
|