m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/harddoomdev.h
diff options
context:
space:
mode:
Diffstat (limited to 'harddoomdev.h')
-rw-r--r--harddoomdev.h4
1 files changed, 3 insertions, 1 deletions
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,