summaryrefslogtreecommitdiff
path: root/include/window.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-05-22 10:37:04 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-05-22 10:37:04 -0400
commitde6f8fc978e5297d3f425d2d6c8517e9bb8e75ff (patch)
tree9a4e1be7cbadd711196e5efa1fafb9bfd2bba843 /include/window.h
parent616cd9b1c1cf789ae990d4236085d1a6748d3850 (diff)
Merge conflicting prototypes
Diffstat (limited to 'include/window.h')
-rw-r--r--include/window.h1
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