summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorCracker64 <cracker642@gmail.com>2010-12-16 05:17:08 (GMT)
committer Cracker64 <cracker642@gmail.com>2010-12-16 05:17:08 (GMT)
commit327ccb7bbae1923b98ff8db8d87b2f649afd7d35 (patch)
tree780474c5170c6ec2bb8e0aa921ec221be0da9f00 /includes
parent5b2c6893941cc04bbe80f74b8ea35a744b0164cc (diff)
downloadpowder-327ccb7bbae1923b98ff8db8d87b2f649afd7d35.zip
powder-327ccb7bbae1923b98ff8db8d87b2f649afd7d35.tar.gz
a rotate tool! ctrl-r, then select the area, it will rotate counterclockwise, no properties are saved right now, it deletes and recreates.
Diffstat (limited to 'includes')
-rw-r--r--includes/powder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/powder.h b/includes/powder.h
index c061a14..05b4a69 100644
--- a/includes/powder.h
+++ b/includes/powder.h
@@ -634,6 +634,8 @@ void update_particles_i(pixel *vid, int start, int inc);
void update_particles(pixel *vid);
+void rotate_area(int area_x, int area_y, int area_w, int area_h);
+
void clear_area(int area_x, int area_y, int area_w, int area_h);
void create_box(int x1, int y1, int x2, int y2, int c);