Merge pull request #131 from Sanqui/overlay

Add overlay to rgblink
This commit is contained in:
AntonioND
2017-03-15 20:42:32 +00:00
committed by GitHub
6 changed files with 77 additions and 13 deletions

View File

@@ -10,6 +10,7 @@
extern SLONG options;
#define OPT_SMALL 0x01
#define OPT_SMART_C_LINK 0x02
#define OPT_OVERLAY 0x04
enum eRpnData {
RPN_ADD = 0,

View File

@@ -2,6 +2,7 @@
#define RGBDS_LINK_OUTPUT_H
void out_Setname(char *tzOutputfile);
void out_SetOverlayname(char *tzOverlayfile);
void Output(void);
#endif