add ending headers
This commit is contained in:
12
include/endModule.h
Normal file
12
include/endModule.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "Archimedes.h"
|
||||
|
||||
#ifdef MODULE_TYPE
|
||||
|
||||
extern "C" {
|
||||
Archimedes::Module* create(void* handle, Archimedes::App* app) {
|
||||
return new MODULE_TYPE(handle, app);
|
||||
}
|
||||
}
|
||||
|
||||
#undef MODULE_TYPE
|
||||
#endif
|
||||
Reference in New Issue
Block a user