Closed isabelgk closed 2 years ago
'p->addModel(model' + name.charAt(0).toUpperCase() + name.slice(1) + ');'
I should also clean up the one that adds to plugin.hpp because it's duplicating lines... Maybe I shouldn't even bother with this?
plugin.hpp
'p->addModel(model' + name.charAt(0).toUpperCase() + name.slice(1) + ');'