extern "C" { Archimedes::Module* create(Archimedes::App* app, void* handle) { return new mtype(app, handle); } }