Ported some methods to XS

This commit is contained in:
Alessandro Ranellucci
2014-08-03 18:41:09 +02:00
parent 1813a309a7
commit 380dd8adfc
13 changed files with 176 additions and 93 deletions

View File

@@ -84,6 +84,8 @@ class Layer {
size_t region_count();
LayerRegion* get_region(int idx);
LayerRegion* add_region(PrintRegion* print_region);
void make_slices();
protected:
int _id; // sequential number of layer, 0-based