Open
Description
While setting up the C++ API to be used in our game's GDExtension I found a very very big flaw in the C++ API for this plugin. Including imgui-godot.h
in a file that pulls in SubViewport
inheriting classes will break any classes that inherit from SubViewport
in C++ code, throwing errors within the GDCLASS
macro.