summaryrefslogtreecommitdiff
path: root/muse2/muse/functions.h
diff options
context:
space:
mode:
authorFlorian Jung <flo@windfisch.org>2011-06-06 18:01:05 +0000
committerFlorian Jung <flo@windfisch.org>2011-06-06 18:01:05 +0000
commit637498c87bf1ac780d8527d0596936fcdd2c6dfc (patch)
tree5257fadc43d8d8eb44b763b720b5ae373e070d79 /muse2/muse/functions.h
parent2359a1c010c298eb66b5b03e0e23f55b4fd9ff4b (diff)
hopefully fixed the "clones aren't treated as clones" bug
fixed stupid behaviour of shrink and expand part
Diffstat (limited to 'muse2/muse/functions.h')
-rw-r--r--muse2/muse/functions.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/muse2/muse/functions.h b/muse2/muse/functions.h
index 8a1eb3ed..633457a9 100644
--- a/muse2/muse/functions.h
+++ b/muse2/muse/functions.h
@@ -85,8 +85,8 @@ void select_in_loop(const std::set<Part*>& parts);
void select_not_in_loop(const std::set<Part*>& parts);
//functions for parts
-void shrink_parts();
-void expand_parts();
+void shrink_parts(int raster=-1); //negative values mean "config.division"
+void expand_parts(int raster=-1);
void clean_parts();
//functions for reading and writing default values