Fixed build error

This commit is contained in:
Sour 2019-03-03 22:03:03 -05:00
parent 03d6be7ac7
commit 944f94b271

View file

@ -153,4 +153,17 @@ struct CodeLineData
uint8_t ByteCode[4];
char Text[1000];
char Comment[1000];
};
struct GetTilemapOptions
{
uint8_t BgMode;
uint8_t Layer;
int8_t Bpp;
int32_t TilemapAddr;
int32_t ChrAddr;
bool ShowTileGrid;
bool ShowScrollOverlay;
};