Merge branch 'master' into sender

This commit is contained in:
Alessandro Ranellucci 2014-12-31 16:25:26 +01:00
commit 29d64107de
27 changed files with 372 additions and 104 deletions

View file

@ -143,6 +143,7 @@ _constant()
Ref<PrintObject> get_object(int idx);
void delete_object(int idx);
void reload_object(int idx);
bool reload_model_instances();
size_t object_count()
%code%{ RETVAL = THIS->objects.size(); %};