add imgui stl support

This commit is contained in:
2025-04-10 14:29:50 -05:00
parent 0eca792b51
commit a7a732bef7
4 changed files with 5 additions and 2 deletions

View File

@@ -5,6 +5,7 @@
#include "Archimedes.h"
#include "imgui.h"
#include "misc/cpp/imgui_stdlib.h"
class ImguiModule : public Archimedes::Module {