Fixed build error
This commit is contained in:
parent
03d6be7ac7
commit
944f94b271
1 changed files with 13 additions and 0 deletions
|
@ -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;
|
||||
};
|
Loading…
Add table
Reference in a new issue