add ending headers
This commit is contained in:
@@ -11,11 +11,6 @@ class Print : public Archimedes::Module {
|
||||
};
|
||||
|
||||
#ifndef PRINT_STATIC
|
||||
|
||||
extern "C" {
|
||||
Archimedes::Module* create(void* handle, Archimedes::App* app) {
|
||||
return new Print(handle, app);
|
||||
}
|
||||
}
|
||||
|
||||
#define MODULE_TYPE Print
|
||||
#include "endModule.h"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user