diff options
author | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-20 07:55:09 -0800 |
---|---|---|
committer | sceptillion <33798691+sceptillion@users.noreply.github.com> | 2017-12-20 07:55:09 -0800 |
commit | 791d5a48cc85e5bc93ad3a60ccfe11db76ea9f1e (patch) | |
tree | 8cafc8511ba37b17187e1b77317bd110b28ee197 /include/window.h | |
parent | 236f91e6f0e30197d44fa8352350f4cbf9218a59 (diff) |
common symbols for window and text
Diffstat (limited to 'include/window.h')
-rw-r--r-- | include/window.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/window.h b/include/window.h index 09fd00b6d..1e29119ea 100644 --- a/include/window.h +++ b/include/window.h @@ -69,6 +69,7 @@ void FillWindowPixelRect8Bit(u8 windowId, u8 fillValue, u16 x, u16 y, u16 width, void BlitBitmapRectToWindow4BitTo8Bit(u8 windowId, u8 *pixels, u16 srcX, u16 srcY, u16 srcWidth, int srcHeight, u16 destX, u16 destY, u16 rectWidth, u16 rectHeight, u8 paletteNum); void CopyWindowToVram8Bit(u8 windowId, u8 mode); +extern void *gWindowBgTilemapBuffers[]; extern struct Window gWindows[]; #endif // GUARD_WINDOW_H |