m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/harddoomdev.h
diff options
context:
space:
mode:
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 9381fd5..4ddd01e 100644
--- a/harddoomdev.h
+++ b/harddoomdev.h
@@ -23,5 +23,7 @@ void draw_column(struct surface_data *surface_data,
struct texture_data *texture_data, struct doomdev_column column);
void draw_span(struct surface_data *surface_data, struct flat_data *flat_data,
struct doomdev_span span);
+void draw_background(struct surface_data *surface_data,
+ struct flat_data *flat_data);
#endif