shengine pre-release
shengine by mrsinho
|
#include "shengine/shEngineUI.h"
#include "shengine/shEngine.h"
#include <shgui/shgui.h>
#include <shgui/shgui-font.h>
#include <string.h>
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. | |
uint8_t shEngineGuiRelease | ( | ShEngine * | p_engine | ) |
Releases the graphical user interface and frees gui-related memory.
p_engine | Valid pointer to a ShEngine structure. |