Get imgui running

This commit is contained in:
PJB3005
2026-02-28 14:43:47 +01:00
parent 29ec605929
commit 2ed6a26de4
3 changed files with 21 additions and 1 deletions
+9
View File
@@ -43,6 +43,11 @@
#include "d/d_cursor_mng.h"
#endif
#if TARGET_PC
#include "dusk/imgui.h"
#include "dusk/dusk.h"
#endif
class mDoGph_HIO_c : public JORReflexible {
public:
mDoGph_HIO_c() {
@@ -2119,6 +2124,10 @@ int mDoGph_Painter() {
JAWExtSystem::draw();
#endif
#if TARGET_PC
imgui_main(&auroraInfo);
#endif
mDoGph_gInf_c::endRender();
#if WIDESCREEN_SUPPORT