Ported PrintObject::total_layer_count() to XS

This commit is contained in:
Alessandro Ranellucci 2014-11-30 22:01:46 +01:00
parent c7f5753a28
commit eb23990d6d
4 changed files with 15 additions and 12 deletions

View file

@ -88,6 +88,7 @@ _constant()
void set_layer_height_ranges(t_layer_height_ranges layer_height_ranges)
%code%{ THIS->layer_height_ranges = layer_height_ranges; %};
size_t total_layer_count();
size_t layer_count();
void clear_layers();
Ref<Layer> get_layer(int idx);