Fixed build error
This commit is contained in:
parent
03d6be7ac7
commit
944f94b271
1 changed files with 13 additions and 0 deletions
|
@ -154,3 +154,16 @@ struct CodeLineData
|
||||||
char Text[1000];
|
char Text[1000];
|
||||||
char Comment[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