diff options
author | yenatch <yenatch@gmail.com> | 2017-09-20 23:37:59 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-20 23:37:59 -0400 |
commit | ed9e0e20547e2c96833cddea67c6b423ef7af7ef (patch) | |
tree | e9666a04c3fd57eedd27a341a94fcf57150fd822 /include/window.h | |
parent | 40c1e81d03f4e4fc21675564ca5b879a577a399e (diff) | |
parent | 27903a102b3b99da6fb8f0a18957598bff65b428 (diff) |
Merge pull request #37 from PikalaxALT/berry_fix_program
Berry fix program
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 36a71a1e0..20e5fefa3 100644 --- a/include/window.h +++ b/include/window.h @@ -30,7 +30,7 @@ struct Window u8 *tileData; }; -bool16 InitWindows(struct WindowTemplate *templates); +bool16 InitWindows(const struct WindowTemplate *templates); u16 AddWindow(const struct WindowTemplate *template); int AddWindowWithoutTileMap(struct WindowTemplate *template); void RemoveWindow(u8 windowId); |