mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-13 13:56:49 -04:00
Get imgui running
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user