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