From 944f94b271eade2f8e930180c7cbc6f15bbdcb3a Mon Sep 17 00:00:00 2001 From: Sour Date: Sun, 3 Mar 2019 22:03:03 -0500 Subject: [PATCH] Fixed build error --- Core/DebugTypes.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Core/DebugTypes.h b/Core/DebugTypes.h index 7d42dc8..5a585b0 100644 --- a/Core/DebugTypes.h +++ b/Core/DebugTypes.h @@ -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; }; \ No newline at end of file