heavy refactoring
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
#include "Archimedes.h"
|
||||
|
||||
#include "utils/Window/Window.h"
|
||||
|
||||
class TestImgui : public Archimedes::GuiModule {
|
||||
|
||||
@@ -16,9 +17,12 @@ class TestImgui : public Archimedes::GuiModule {
|
||||
|
||||
void run();
|
||||
|
||||
|
||||
private:
|
||||
bool demo = true;
|
||||
std::list<Archimedes::Renderer::renderCmd*>::iterator rcmd;
|
||||
|
||||
Archimedes::Window* window;
|
||||
};
|
||||
|
||||
#ifndef TESTIMGUI_STATIC
|
||||
|
||||
Reference in New Issue
Block a user