m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/harddoomdev.h
diff options
context:
space:
mode:
authorMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2018-05-23 17:56:46 +0200
committerMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2018-05-23 17:56:46 +0200
commit6bf3072194c3353d37c0a7575dbcac77c797598c (patch)
tree87e7b0d76fa248b1d0a35fd742c6bda11817844c /harddoomdev.h
parentaaf3b5b832aa1803918aa8653a9e397a7ed3b1e5 (diff)
Impelement copy rects
Diffstat (limited to 'harddoomdev.h')
-rw-r--r--harddoomdev.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/harddoomdev.h b/harddoomdev.h
index 05a0b72..2c956f2 100644
--- a/harddoomdev.h
+++ b/harddoomdev.h
@@ -15,5 +15,7 @@ void ping_sync(void __iomem *iomem);
void draw_line(struct surface_data *surface_data, struct doomdev_line line);
void fill_rect(struct surface_data *surface_data, struct doomdev_fill_rect rect);
+void copy_rect(struct surface_data *dst_data, struct surface_data *src_data,
+ struct doomdev_copy_rect rect);
#endif