shengine pre-release
shengine by mrsinho
|
Declares functions related to setting up the graphical user interface (GUI) for the shengine
module.
More...
#include <shgui/shgui.h>
Go to the source code of this file.
Typedefs | |
typedef struct ShEngine | ShEngine |
Functions | |
uint8_t | shEngineGuiSetup (ShEngine *p_engine) |
Sets up the graphical user interface for the shengine module. | |
uint8_t | shEngineGuiRelease (ShEngine *p_engine) |
Releases the graphical user interface and frees gui-related memory. | |
Declares functions related to setting up the graphical user interface (GUI) for the shengine
module.
|
extern |
Releases the graphical user interface and frees gui-related memory.
p_engine | Valid pointer to a ShEngine structure. |