m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/harddoomdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'harddoomdev.h')
-rw-r--r--harddoomdev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/harddoomdev.h b/harddoomdev.h
index a2c997a..05a0b72 100644
--- a/harddoomdev.h
+++ b/harddoomdev.h
@@ -14,5 +14,6 @@ void deactivate_intr(void __iomem *iomem, uint32_t intr);
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);
#endif