9 lines
164 B
C
9 lines
164 B
C
#ifndef ECDB_GUI_H
|
|
#define ECDB_GUI_H
|
|
|
|
int ecdb_create_main_gui(void);
|
|
void ecdb_set_main_theme(const char *theme_name);
|
|
void ecdb_gui_erase_cleanup(void);
|
|
|
|
#endif
|