diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-05-22 10:37:04 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-05-22 10:37:04 -0400 |
commit | de6f8fc978e5297d3f425d2d6c8517e9bb8e75ff (patch) | |
tree | 9a4e1be7cbadd711196e5efa1fafb9bfd2bba843 /include/window.h | |
parent | 616cd9b1c1cf789ae990d4236085d1a6748d3850 (diff) |
Merge conflicting prototypes
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 ebe3338a..ed3576fb 100644 --- a/include/window.h +++ b/include/window.h @@ -21,5 +21,6 @@ extern void FillWindowPixelRect(struct Window *, u32 fillValue, u16 x, u16 y, u1 extern void ScrollWindow(struct Window *, u8, u8, u8); extern u16 GetWindowWidth(struct Window *); extern u16 GetWindowHeight(struct Window *); +extern void BlitBitmapRectToWindow(struct Window * window, const void * src, u16 srcX, u16 srcY, u16 srcWidth, u16 srcHeight, u16 dstX, u16 dstY, u16 dstWidth, u16 dstHeight); #endif // POKEDIAMOND_WINDOW_H |