m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/harddoomdev.h
diff options
context:
space:
mode:
authorMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2018-05-27 14:46:02 +0200
committerMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2018-05-27 14:46:02 +0200
commit9eb310afc4a96304b47d4897c58ca3bb733362a9 (patch)
tree1da74a221faa69ca78ab1676e94b6cda4da62fc5 /harddoomdev.h
parente1d57f01b2112a6415313c83fc300f94475db382 (diff)
Add missing draw columns features
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,