context
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
|
||||
#include "utils/Window/Window.h"
|
||||
|
||||
#include "imgui.h"
|
||||
|
||||
class ImguiModule : public Archimedes::GuiModule {
|
||||
|
||||
public:
|
||||
@@ -19,9 +21,11 @@ class ImguiModule : public Archimedes::GuiModule {
|
||||
|
||||
void run();
|
||||
|
||||
ImGuiContext* getContext() { return context; }
|
||||
|
||||
private:
|
||||
|
||||
|
||||
ImGuiContext* context;
|
||||
};
|
||||
|
||||
#ifdef IMGUIMODULE_DYNAMIC
|
||||
|
||||
Reference in New Issue
Block a user