summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/graphics.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/includes/graphics.h b/includes/graphics.h
index 380b828..7489460 100644
--- a/includes/graphics.h
+++ b/includes/graphics.h
@@ -122,6 +122,12 @@ void draw_parts(pixel *vid);
void draw_walls(pixel *vid);
+void create_decorations(int x, int y, int rx, int ry, int r, int g, int b, int click);
+
+void line_decorations(int x1, int y1, int x2, int y2, int rx, int ry, int r, int g, int b, int click);
+
+void box_decorations(int x1, int y1, int x2, int y2, int r, int g, int b, int click);
+
void draw_wavelengths(pixel *vid, int x, int y, int h, int wl);
void render_signs(pixel *vid_buf);