diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-10-06 21:59:47 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-10-06 21:59:47 -0400 |
commit | e38fd8347d2519551648c351d528cc3fee3924d4 (patch) | |
tree | 260b70855345ed07a10aca29fbd5bb8474b19ee9 /include/window.h | |
parent | 058fed1fd89d74182ec8bf6cca97a090496441e9 (diff) |
use rodata for save_failed_screen
Diffstat (limited to 'include/window.h')
-rw-r--r-- | include/window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/window.h b/include/window.h index 4e814ebc6..b630cd316 100644 --- a/include/window.h +++ b/include/window.h @@ -43,7 +43,7 @@ struct Window bool16 InitWindows(const struct WindowTemplate *templates); u16 AddWindow(const struct WindowTemplate *template); -int AddWindowWithoutTileMap(struct WindowTemplate *template); +int AddWindowWithoutTileMap(const struct WindowTemplate *template); void RemoveWindow(u8 windowId); void FreeAllWindowBuffers(void); void CopyWindowToVram(u8 windowId, u8 mode); |