This commit is contained in:
2025-03-30 12:21:45 -05:00
parent 2b145098a2
commit 369ae0bdb2
5 changed files with 15 additions and 6 deletions

View File

@@ -10,8 +10,12 @@ class DependsOnPrintStatic : public Archimedes::Module {
};
#ifndef DEPENDSONPRINTSTATIC_STATIC
extern "C" {
Archimedes::Module* create(void* handle, Archimedes::App* app) {
return new DependsOnPrintStatic(handle, app);
}
}
#endif