16#include <shgui/shgui.h>
uint8_t shEngineGuiRelease(ShEngine *p_engine)
Releases the graphical user interface and frees gui-related memory.
Definition shEngineUI.c:71
uint8_t shEngineGuiSetup(ShEngine *p_engine)
Sets up the graphical user interface for the shengine module.
Definition shEngineUI.c:19
Represents the ShEngine structure, which is the main instance of the engine.
Definition shEngine.h:78