remove GuiModule
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
#ifndef GUIMODULE
|
||||
#define GUIMODULE
|
||||
#endif
|
||||
|
||||
#include "Archimedes.h"
|
||||
|
||||
#include "utils/Window/Window.h"
|
||||
|
||||
class MainGUI : public Archimedes::GuiModule {
|
||||
|
||||
public:
|
||||
MainGUI(Archimedes::App*, void*);
|
||||
|
||||
~MainGUI();
|
||||
|
||||
void onLoad();
|
||||
|
||||
void run();
|
||||
};
|
||||
|
||||
#ifdef TESTIMGUI_DYNAMIC
|
||||
#define MODULE_TYPE MainGUI
|
||||
#include "endModule.h"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user