m-chrzan.xyz
aboutsummaryrefslogtreecommitdiff
path: root/harddoomdev.h
diff options
context:
space:
mode:
authorMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2018-05-23 21:24:03 +0200
committerMarcin Chrzanowski <marcin.j.chrzanowski@gmail.com>2018-05-24 21:34:12 +0200
commita2d05131f0515e5c53c12c26549f5be2ef7777e7 (patch)
tree99975f24a558e336fc627c66477754ec8f8adfe2 /harddoomdev.h
parente743a0a252f46dc2e19102b39d3058750a0b1bdb (diff)
Implement draw columns
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 2c956f2..929d5f2 100644
--- a/harddoomdev.h
+++ b/harddoomdev.h
@@ -17,5 +17,7 @@ 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);
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);
#endif