mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
10 lines
143 B
C
10 lines
143 B
C
#ifndef RGBDS_LINK_MAIN_H
|
|
#define RGBDS_LINK_MAIN_H
|
|
|
|
#include "types.h"
|
|
|
|
extern SLONG fillchar;
|
|
extern char smartlinkstartsymbol[256];
|
|
|
|
#endif
|