diff options
| author | Cracker64 <cracker642@gmail.com> | 2011-05-30 02:18:47 (GMT) |
|---|---|---|
| committer | Simon Robertshaw <simon@hardwired.org.uk> | 2011-06-02 19:24:02 (GMT) |
| commit | e3ef7f05f00f67906ef75eaac518294ec7622b45 (patch) | |
| tree | 9c68c8f28b56dd74d669c5f47642e37e09fbcc84 /includes | |
| parent | 469de0cae01e709e527d20cdbd5fb23c09ca5db9 (diff) | |
| download | powder-e3ef7f05f00f67906ef75eaac518294ec7622b45.zip powder-e3ef7f05f00f67906ef75eaac518294ec7622b45.tar.gz | |
some more deco editor changes. Right click deletes decoration again.
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/graphics.h | 6 |
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); |
