diff options
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/powder.h | 2 |
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); |
