From 9eb310afc4a96304b47d4897c58ca3bb733362a9 Mon Sep 17 00:00:00 2001 From: Marcin Chrzanowski Date: Sun, 27 May 2018 14:46:02 +0200 Subject: Add missing draw columns features --- harddoomdev.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'harddoomdev.h') diff --git a/harddoomdev.h b/harddoomdev.h index 4ddd01e..90d2b51 100644 --- a/harddoomdev.h +++ b/harddoomdev.h @@ -20,7 +20,9 @@ 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); void draw_column(struct surface_data *surface_data, - struct texture_data *texture_data, struct doomdev_column column); + struct texture_data *texture_data, struct doomdev_column column, + struct colors_data *colors_data, struct colors_data *trans_data, + uint8_t flags, uint8_t trans_idx); 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, -- cgit v1.2.3