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