return of endModule

This commit is contained in:
2025-05-12 15:28:08 -05:00
parent 80e0709278
commit 79f4a5288f
2 changed files with 6 additions and 1 deletions

5
include/endModule.h Normal file
View File

@@ -0,0 +1,5 @@
extern "C" {
Archimedes::Module* create(Archimedes::App* app, void* handle) {
return new mtype(app, handle);
}
}